Skip to content

Commit d065b56

Browse files
committed
fixed height of task page to account for navbar
1 parent 6b6c4ba commit d065b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/tasks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export default function TasksPage() {
163163
}
164164

165165
return (
166-
<div className="content-container min-w-screen relative flex min-h-screen flex-row items-center justify-center bg-slate-500">
166+
<div className="content-container min-w-screen relative flex min-h-[calc(100vh-64px)] flex-row items-center justify-center bg-slate-500">
167167
<div className="task-list-container h-full w-full">
168168
<div className="task-list-content flex h-full w-full flex-col items-center justify-center rounded-lg p-3 text-slate-200">
169169
<div className="task-list-top mb-3 hidden h-[10%] w-full rounded-t-lg">

0 commit comments

Comments
 (0)