From 625209463c31ea005774e6de0ba18f6f9d1facb6 Mon Sep 17 00:00:00 2001 From: hizaidii <90659514+hizaidii@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:43:55 +0530 Subject: [PATCH] Updated Logout container Changed the zindex value to bring in front --- public/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/app.css b/public/css/app.css index 8114362..b0ecb97 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -84,6 +84,7 @@ body { border-radius: 12px; padding: 12px 16px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + z-index: 10; } .profileContainer:hover > .profileName > .profileDropdown {