Skip to content

Commit 2392140

Browse files
asyncLizcopybara-github
authored andcommitted
feat(menu): allow customizing scrollbar-width
PiperOrigin-RevId: 629113108
1 parent faf03c2 commit 2392140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

menu/internal/_menu.scss

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
height: inherit;
7575
min-width: inherit;
7676
max-width: inherit;
77+
scrollbar-width: inherit;
7778
}
7879

7980
.menu::backdrop {
@@ -97,6 +98,7 @@
9798
min-width: inherit;
9899
max-width: inherit;
99100
border-radius: inherit;
101+
scrollbar-width: inherit;
100102
}
101103

102104
.item-padding {

0 commit comments

Comments
 (0)