Merge pull request #31751 from sokumon/mobile-view

fix(mobile): dont show side section on mobile
This commit is contained in:
Soham Kulkarni 2025-03-17 10:54:34 +05:30 committed by GitHub
commit ac0def40c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {