Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 86e9bf0

Browse files
committed
fix(menu): fix scrolling menu always showing scrollbar
1 parent ed6b45c commit 86e9bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu/menu.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ md-menu-content {
5555
flex-direction: column;
5656
padding: $baseline-grid 0;
5757
max-height: $max-menu-height;
58-
overflow-y: scroll;
58+
overflow-y: auto;
5959
&.md-dense {
6060
max-height: $max-dense-menu-height;
6161
md-menu-item {

0 commit comments

Comments
 (0)