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 6c6a3f6 commit 692e4b8Copy full SHA for 692e4b8
scss/_layout.scss
@@ -241,7 +241,7 @@ html[dir="rtl"] {
241
.sidebar {
242
margin-left: 0;
243
}
244
- @include media-breakpoint-up(sm) {
+ @if media-breakpoint-up(sm) {
245
&.sidebar-fixed {
246
.main,
247
.app-footer {
@@ -303,7 +303,7 @@ html[dir="rtl"] {
303
304
margin-right: 0;
305
306
307
308
309
0 commit comments