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.
.sidebar-overlaid
1 parent 5c098b7 commit 4328a4aCopy full SHA for 4328a4a
scss/sidebar/_sidebar.scss
@@ -108,14 +108,14 @@
108
&:not(.sidebar-end) {
109
@include ltr-rtl("left", 0);
110
~ * {
111
- --#{$prefix}sidebar-occupy-start: 0;
+ --#{$prefix}sidebar-occupy-start: 0 !important; // stylelint-disable-line
112
}
113
114
115
&.sidebar-end {
116
@include ltr-rtl("right", 0);
117
118
- --#{$prefix}sidebar-occupy-end: 0;
+ --#{$prefix}sidebar-occupy-end: 0 !important; // stylelint-disable-line
119
120
121
0 commit comments