Skip to content

Commit 4615e22

Browse files
committed
feat(frontend): sticky top bar
1 parent 71d2bc3 commit 4615e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/routes/exam-room/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function Layout({ children }: LayoutProps) {
3636

3737
return (
3838
<div className="flex flex-col">
39-
<div className="flex flex-1 justify-center bg-primary min-h-[90px]">
39+
<div className="sticky top-0 flex flex-1 justify-center bg-primary min-h-[90px]">
4040
<div
4141
className={cn(
4242
'grid grid-cols-3 w-5/6 items-center',

0 commit comments

Comments
 (0)