Fix a visual bug with the sidebar
This commit is contained in:
parent
b3457502d9
commit
ad8409f783
|
|
@ -164,7 +164,7 @@
|
|||
display: none;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
z-index: 90;
|
||||
z-index: 11;
|
||||
background-color: $color-white;
|
||||
border-top: 1px solid $color-silver;
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
background-color: $color-white;
|
||||
z-index: 10;
|
||||
z-index: 15;
|
||||
box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
|
||||
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue