Skip to content

Commit 692e4b8

Browse files
committed
fix(layout) sidebar .main margin mobile IE issue
1 parent 6c6a3f6 commit 692e4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ html[dir="rtl"] {
241241
.sidebar {
242242
margin-left: 0;
243243
}
244-
@include media-breakpoint-up(sm) {
244+
@if media-breakpoint-up(sm) {
245245
&.sidebar-fixed {
246246
.main,
247247
.app-footer {
@@ -303,7 +303,7 @@ html[dir="rtl"] {
303303
.sidebar {
304304
margin-right: 0;
305305
}
306-
@include media-breakpoint-up(sm) {
306+
@if media-breakpoint-up(sm) {
307307
&.sidebar-fixed {
308308
.main,
309309
.app-footer {

0 commit comments

Comments
 (0)