Fix z-index of sidebar for landscape mobile views
This commit is contained in:
parent
e2ff1f2348
commit
9f46000eff
@ -2,7 +2,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1;
|
z-index: 3;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fbefd5;
|
background-color: #fbefd5;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user