Skip to content

Commit dde1851

Browse files
Make status bar fixed
1 parent 8a8929c commit dde1851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/status-bar/StatusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const StatusBar = ({ exitMethod }: StatusBarProps) => {
6363
};
6464

6565
return (
66-
<footer className="fixed bottom-0 left-0 flex w-[100svw] items-center justify-between border-black bg-primary px-4 py-2 shadow-sm lg:static lg:w-full lg:px-12">
66+
<footer className="fixed bottom-0 left-0 flex w-[100svw] items-center justify-between border-black bg-primary px-4 py-2 shadow-sm lg:w-full lg:px-12">
6767
{contextHolder}
6868
<div className="flex gap-4">
6969
{userStates &&

0 commit comments

Comments
 (0)