We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.main
1 parent 2b592c0 commit 9de9f99Copy full SHA for 9de9f99
scss/_layout.scss
@@ -284,7 +284,7 @@ html[dir="rtl"] {
284
.aside-menu {
285
margin-right: 0;
286
}
287
- @include media-breakpoint-up(sm) {
+ @if media-breakpoint-up(sm) {
288
&.aside-menu-fixed {
289
.main,
290
.app-footer {
@@ -346,7 +346,7 @@ html[dir="rtl"] {
346
347
margin-left: 0;
348
349
350
351
352
0 commit comments