css: Raise `#sidebar` to z-index 2 again

This commit is contained in:
Johannes Meyer 2020-02-28 16:08:06 +01:00
parent dd41771889
commit 2978d9a46a
1 changed files with 1 additions and 0 deletions

View File

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