...
 
Commits (2)
......@@ -15,7 +15,7 @@
left: 0;
height: 48px;
width: 100%;
overflow-y: hidden;
overflow-y: visible;
@include m-theme(){
border-bottom: 1px solid themed($m-grey-50);
}
......
......@@ -12,9 +12,10 @@
width: 90px;
overflow-y: auto;
list-style-type: none;
@include m-theme(){
box-shadow: 0 2px 5px rgba(themed($m-black),0.2);
@media screen and(min-width: $min-desktop) {
@include m-theme(){
box-shadow: 0 2px 5px rgba(themed($m-black),0.2);
}
}
@media screen and(max-width: $min-desktop) {
......