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…
Reference in New Issue