mirror of
https://github.com/google/blockly.git
synced 2026-04-29 08:30:11 +02:00
fix: Remove unneeded scrollbars on contextual menus (#9771)
This commit is contained in:
@@ -380,6 +380,7 @@ input[type=number] {
|
||||
.blocklyContextMenu {
|
||||
border-radius: 4px;
|
||||
max-height: 100%;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.blocklyDropdownMenu {
|
||||
|
||||
Reference in New Issue
Block a user