We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17590e commit ff53295Copy full SHA for ff53295
src/lib/core/style/_menu-common.scss
@@ -35,6 +35,9 @@ $mat-menu-icon-margin: 16px !default;
35
text-align: left;
36
text-decoration: none; // necessary to reset anchor tags
37
38
+ // Required for Edge not to show scrollbars when setting the width manually. See #12112.
39
+ max-width: 100%;
40
+
41
&[disabled] {
42
cursor: default;
43
}
0 commit comments