Skip to content

Commit c92cfad

Browse files
fix(fuselage): SidebarItem menu glitch on hover (#991)
1 parent 1b10cb2 commit c92cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ $sidebar-banner-color-danger: theme(
335335
}
336336

337337
&__menu-wrapper {
338-
position: absolute;
338+
position: relative;
339339

340340
flex-shrink: 0;
341341

0 commit comments

Comments
 (0)