css: Raise sidebar by 1000 on the z-axis

The sledgehammer solution, works though..

fixes #4082
This commit is contained in:
Johannes Meyer 2020-03-12 08:19:23 +01:00
parent 6741217c7f
commit 042325162b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ body {
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
z-index: 1000;
}
#main {