Skip to content

Commit

Permalink
feat(menu): allow customizing scrollbar-width
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629113108
  • Loading branch information
asyncLiz authored and Copybara-Service committed Apr 29, 2024
1 parent faf03c2 commit 2392140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu/internal/_menu.scss
Expand Up @@ -74,6 +74,7 @@
height: inherit;
min-width: inherit;
max-width: inherit;
scrollbar-width: inherit;
}

.menu::backdrop {
Expand All @@ -97,6 +98,7 @@
min-width: inherit;
max-width: inherit;
border-radius: inherit;
scrollbar-width: inherit;
}

.item-padding {
Expand Down

0 comments on commit 2392140

Please sign in to comment.