fix(mobile): dont show side section on mobile

This commit is contained in:
sokumon 2025-03-17 10:29:19 +05:30
parent 2fb2f7598e
commit 0c537ab16c

View file

@ -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 {