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