mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
css: Raise sidebar by 1000 on the z-axis
The sledgehammer solution, works though.. fixes #4082
This commit is contained in:
parent
6741217c7f
commit
042325162b
@ -30,7 +30,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
Loading…
x
Reference in New Issue
Block a user