_sass/components/_sidebar.scss in ovh-jekyll-doc-theme-0.2.2 vs _sass/components/_sidebar.scss in ovh-jekyll-doc-theme-0.2.3
- old
+ new
@@ -35,11 +35,11 @@
padding: $space-base;
border: none;
position: fixed;
bottom: 0;
left: 0;
- z-index: 2;
+ z-index: 11;
background-color: $sidebar-color-main;
text-align: left;
}
&__icon {
@@ -89,10 +89,10 @@
width: 80%;
height: calc(100% - #{$space-l3});
position: fixed;
top: 0;
left: -80%;
- z-index: 1;
+ z-index: 10;
background-color: $sidebar-color-main;
overflow-y: auto;
transition: left .2s;
&--active {