From e144f8bd555b24bc04a957273cbd19b4a06ee797 Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Fri, 25 Mar 2022 17:13:08 +1100 Subject: [PATCH] [SDCP-609] fix: Page Navbar dropdowns hidden due to css overflow --- assets/styles/navbar.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/styles/navbar.scss b/assets/styles/navbar.scss index 556913df4..32c6fec2c 100644 --- a/assets/styles/navbar.scss +++ b/assets/styles/navbar.scss @@ -18,7 +18,9 @@ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); z-index: 1007; flex: 0 0 auto; - overflow: hidden; + + // [SDCP-609]: Commenting the next line until a better fix is implemented + //overflow: hidden; } .notif { width: 56px;