Skip to content

Commit 7e1c8a8

Browse files
committed
fix(Sidebar): add proper z-index to .sidebar-overlaid
1 parent 487e6ea commit 7e1c8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/sidebar/_sidebar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
&.sidebar-fixed,
2929
&.sidebar-narrow,
30-
&.sidebar-narrow-unfoldable {
30+
&.sidebar-narrow-unfoldable,
31+
&.sidebar-overlaid {
3132
z-index: var(--#{$prefix}sidebar-zindex);
3233
}
3334

0 commit comments

Comments
 (0)