Fix a visual bug with the sidebar

This commit is contained in:
Ramon Wenger 2020-03-04 16:56:34 +01:00
parent b3457502d9
commit ad8409f783
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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%;