From 2c66906a8aaa70c00787657a5a6462be6c74d3cb Mon Sep 17 00:00:00 2001 From: Cinder Date: Tue, 11 Feb 2025 22:27:38 -0800 Subject: [PATCH] [UI] Fix the main menu layering over the post notes (#912) --- app/javascript/src/styles/common/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/styles/common/navigation.scss b/app/javascript/src/styles/common/navigation.scss index 160d6001a..ea3bdc8d1 100644 --- a/app/javascript/src/styles/common/navigation.scss +++ b/app/javascript/src/styles/common/navigation.scss @@ -5,7 +5,7 @@ nav.navigation { grid-template-rows: min-content min-content min-content min-content auto; width: 100%; // otherwise narrow when fixed - z-index: 20; // otherwise post labels layered above + z-index: 200; // above post labels and notes position: relative;