CSS: Remove box shadow from mobile menu
This commit is contained in:
parent
574c76ab42
commit
ac53cb6035
|
@ -74,6 +74,12 @@
|
|||
z-index: 3;
|
||||
}
|
||||
|
||||
#menu {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dashboard > div.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue