Skip to content

Commit 9de9f99

Browse files
committed
fix(layout): aside IE issue with .main margin on mobile
1 parent 2b592c0 commit 9de9f99

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
@@ -284,7 +284,7 @@ html[dir="rtl"] {
284284
.aside-menu {
285285
margin-right: 0;
286286
}
287-
@include media-breakpoint-up(sm) {
287+
@if media-breakpoint-up(sm) {
288288
&.aside-menu-fixed {
289289
.main,
290290
.app-footer {
@@ -346,7 +346,7 @@ html[dir="rtl"] {
346346
.aside-menu {
347347
margin-left: 0;
348348
}
349-
@include media-breakpoint-up(sm) {
349+
@if media-breakpoint-up(sm) {
350350
&.aside-menu-fixed {
351351
.main,
352352
.app-footer {

0 commit comments

Comments
 (0)