diff --git a/web/src/app/components/AuthForms/LoginForm.tsx b/web/src/app/components/AuthForms/LoginForm.tsx index c97501f..b5631cd 100644 --- a/web/src/app/components/AuthForms/LoginForm.tsx +++ b/web/src/app/components/AuthForms/LoginForm.tsx @@ -48,16 +48,16 @@ export function LoginForm() { diff --git a/web/src/app/components/Navbar/Navbar.module.css b/web/src/app/components/Navbar/Navbar.module.css index 658d8e0..6121cc4 100644 --- a/web/src/app/components/Navbar/Navbar.module.css +++ b/web/src/app/components/Navbar/Navbar.module.css @@ -1,5 +1,5 @@ .Navbar { - position: absolute; + position: fixed; z-index: 2; width: 100vw; background-color: rgba(000, 000, 000, 0.5);