Skip to content

Commit 4328a4a

Browse files
committed
fix: wrong margins when sidebar has .sidebar-overlaid class
1 parent 5c098b7 commit 4328a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@
108108
&:not(.sidebar-end) {
109109
@include ltr-rtl("left", 0);
110110
~ * {
111-
--#{$prefix}sidebar-occupy-start: 0;
111+
--#{$prefix}sidebar-occupy-start: 0 !important; // stylelint-disable-line
112112
}
113113
}
114114

115115
&.sidebar-end {
116116
@include ltr-rtl("right", 0);
117117
~ * {
118-
--#{$prefix}sidebar-occupy-end: 0;
118+
--#{$prefix}sidebar-occupy-end: 0 !important; // stylelint-disable-line
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)