mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Fix section quick-fit menu z-index / overlap
This commit is contained in:
@@ -53,9 +53,10 @@
|
|||||||
|
|
||||||
.section-menu {
|
.section-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 0;
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
|
z-index: 1;
|
||||||
h1 {
|
h1 {
|
||||||
background-color: @primary;
|
background-color: @primary;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user