Skip to content

Commit

Permalink
fix(fuselage): Fix scrolling issues due menu button wrapper (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Feb 22, 2023
1 parent a1379cf commit 4e0bcff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/fuselage/src/components/Sidebar/Sidebar.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,10 @@ $sidebar-banner-color-danger: theme(

&:hover &__menu-wrapper,
&.focus-within &__menu-wrapper {
position: static;

width: lengths.size(20);

margin-inline: lengths.margin(4);

opacity: 1;
Expand All @@ -332,7 +335,7 @@ $sidebar-banner-color-danger: theme(
}

&__menu-wrapper {
position: static;
position: absolute;

flex-shrink: 0;

Expand Down

0 comments on commit 4e0bcff

Please sign in to comment.