Skip to content

Commit 5a3186e

Browse files
committed
refactor: add shadow to .sidebar-overlaid
1 parent 4328a4a commit 5a3186e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
bottom: 0;
106106
z-index: $zindex-fixed + 2;
107107

108+
&:not(.hide) {
109+
box-shadow: $box-shadow;
110+
}
111+
108112
&:not(.sidebar-end) {
109113
@include ltr-rtl("left", 0);
110114
~ * {

0 commit comments

Comments
 (0)