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 a6f301e commit ead5e07Copy full SHA for ead5e07
scss/sidebar/_sidebar.scss
@@ -105,17 +105,21 @@
105
bottom: 0;
106
z-index: $zindex-fixed + 2;
107
108
+ &:not(.hide) {
109
+ box-shadow: $box-shadow;
110
+ }
111
+
112
&:not(.sidebar-end) {
113
@include ltr-rtl("left", 0);
114
~ * {
- --#{$prefix}sidebar-occupy-start: 0;
115
+ --#{$prefix}sidebar-occupy-start: 0 !important; // stylelint-disable-line
116
}
117
118
119
&.sidebar-end {
120
@include ltr-rtl("right", 0);
121
- --#{$prefix}sidebar-occupy-end: 0;
122
+ --#{$prefix}sidebar-occupy-end: 0 !important; // stylelint-disable-line
123
124
125
0 commit comments