Sidebar expanded on mobile
This commit is contained in:
@ -228,7 +228,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: rgba(10, 10, 10, 0.95);
|
||||
background: $overlay_dark;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
@ -29,8 +29,9 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 220px;
|
||||
background: rgba(0,0,0,0.2);
|
||||
color: #FFFFFF;
|
||||
background: $overlay_dark;
|
||||
color: $white;
|
||||
z-index: 99;
|
||||
|
||||
.open {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user