fix(mobile): dont show side section on mobile
This commit is contained in:
parent
2fb2f7598e
commit
0c537ab16c
1 changed files with 7 additions and 0 deletions
|
|
@ -660,6 +660,13 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
// dont show in mobile
|
||||
.layout-side-section {
|
||||
min-width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.overlay-sidebar {
|
||||
ul.dropdown-menu {
|
||||
li {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue