Skip to content

Commit 8e06c60

Browse files
authored
fix: Sidebar menu cropped in extended mode (#400)
1 parent cd0d3fc commit 8e06c60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/fuselage/src/components/Sidebar/styles.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ $sidebar-item-color-selected: theme(
185185

186186
&:hover &__menu-wraper,
187187
&.focus-within &__menu-wraper {
188-
position: relative;
188+
position: static;
189189

190190
width: lengths.size(20);
191191
margin-inline: lengths.margin(4);
@@ -208,6 +208,8 @@ $sidebar-item-color-selected: theme(
208208
}
209209

210210
&__menu-wraper {
211+
position: relative;
212+
211213
flex-shrink: 0;
212214

213215
width: 0;

0 commit comments

Comments
 (0)