From 44e2852d878bd9a22b0a66df5771cf55f8ca270c Mon Sep 17 00:00:00 2001 From: ITurres Date: Sun, 10 Mar 2024 00:54:21 -0300 Subject: [PATCH] Styles: change 'Navbar' position from absolute to fixed --- src/styles/UI/Navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/UI/Navbar.scss b/src/styles/UI/Navbar.scss index 92e73ed..76b3050 100644 --- a/src/styles/UI/Navbar.scss +++ b/src/styles/UI/Navbar.scss @@ -18,7 +18,7 @@ $dark: colors.$dark; } .menu-navbar { - position: absolute; + position: fixed; top: 0.5rem; right: 1px; z-index: 200;