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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
Loading…
Reference in New Issue