[UI] Fix the main menu layering over the post notes (#912)

This commit is contained in:
Cinder 2025-02-11 22:27:38 -08:00 committed by GitHub
parent af5ef52316
commit 2c66906a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;