diff --git a/src/app/components/Main.module.css b/src/app/components/Main.module.css index 6580b02..bb6e8f8 100644 --- a/src/app/components/Main.module.css +++ b/src/app/components/Main.module.css @@ -5,7 +5,6 @@ justify-content: flex-start; align-items: center; margin: 0 auto; - overflow-y: auto; scrollbar-color: transparent #0b3766; } diff --git a/src/app/components/NavBar.module.css b/src/app/components/NavBar.module.css index fe814d2..ae8660a 100644 --- a/src/app/components/NavBar.module.css +++ b/src/app/components/NavBar.module.css @@ -1,11 +1,13 @@ .nav { + position: sticky; + top: 0; display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; width: 100%; - max-width: 1450px; margin: 0 auto; + z-index: 100; } .navListRight,