forked from e621ng/e621ng
[UI] Fix the main menu layering over the post notes (#912)
This commit is contained in:
parent
af5ef52316
commit
2c66906a8a
@ -5,7 +5,7 @@ nav.navigation {
|
|||||||
grid-template-rows: min-content min-content min-content min-content auto;
|
grid-template-rows: min-content min-content min-content min-content auto;
|
||||||
|
|
||||||
width: 100%; // otherwise narrow when fixed
|
width: 100%; // otherwise narrow when fixed
|
||||||
z-index: 20; // otherwise post labels layered above
|
z-index: 200; // above post labels and notes
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user