Mobile header fix #2

This commit is contained in:
alistair3149 2019-10-07 18:30:07 -04:00
parent d6264c595d
commit 893ea62fb5

View file

@ -312,11 +312,11 @@
.mw-header-container {
background: @base-100;
.nav-down {
&.nav-down {
border-bottom: 1px solid @base-80;
.boxshadow(2);
}
.nav-up {
&.nav-up {
box-shadow: none;
}
}