From 8cad8693a982c9d96f7e0df633cf4f13486340e0 Mon Sep 17 00:00:00 2001 From: alissaxx Date: Tue, 16 Jul 2024 12:39:28 -0400 Subject: [PATCH] Adjusted the width of the Navbar, making sure the dropdown fully shown when clicking on the profile icon --- client/src/components/Navbar/Navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Navbar/Navbar.scss b/client/src/components/Navbar/Navbar.scss index c019456e..33509ad1 100644 --- a/client/src/components/Navbar/Navbar.scss +++ b/client/src/components/Navbar/Navbar.scss @@ -29,7 +29,7 @@ li { position: fixed; background-color: var(--navbar-bg); width: 100%; - height: 60px; + height: 50px; filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.25)); }