fix: Remove unneeded scrollbars on contextual menus (#9771)

This commit is contained in:
Aaron Dodson
2026-04-27 10:41:10 -07:00
committed by GitHub
parent 6d2a62ceb5
commit cffbe7c60e
+1
View File
@@ -380,6 +380,7 @@ input[type=number] {
.blocklyContextMenu {
border-radius: 4px;
max-height: 100%;
box-sizing: content-box;
}
.blocklyDropdownMenu {