Skip to content

Commit

Permalink
fix(menu): scroll wrapper position
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva committed Oct 22, 2024
1 parent e03ad79 commit 56372b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/menu/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
margin: 0;
padding: 0;
border: 0;
position: relative;
display: flex;
align-items: center;

Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/menu/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
margin: 0;
padding: 0;
border: 0;
position: relative;
display: flex;
align-items: center;

Expand Down

0 comments on commit 56372b7

Please sign in to comment.