CSS: Remove box shadow from mobile menu

This commit is contained in:
Florian Strohmaier 2019-05-06 14:56:06 +02:00
parent 574c76ab42
commit ac53cb6035
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@
z-index: 3;
}
#menu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.dashboard > div.container {
width: 100%;
}