css: Raise `#sidebar` to z-index 2 again
This commit is contained in:
parent
dd41771889
commit
2978d9a46a
|
@ -30,6 +30,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
Loading…
Reference in New Issue