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 e857eec commit 2df0f16Copy full SHA for 2df0f16
src/vs/base/browser/ui/menu/menu.ts
@@ -1281,6 +1281,8 @@ ${formatRule(Codicon.menuSubmenu)}
1281
.monaco-menu .monaco-action-bar.vertical .keybinding {
1282
font-size: inherit;
1283
padding: 0 2em;
1284
+ overflow: hidden;
1285
+ max-height: 100%;
1286
}
1287
1288
.monaco-menu .monaco-action-bar.vertical .menu-item-check {
0 commit comments