mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fixes problem with dropdown scroll (#4287)
This commit is contained in:
@@ -168,6 +168,7 @@ Blockly.Css.CONTENT = [
|
||||
'max-height: 300px;', // @todo: spec for maximum height.
|
||||
'overflow: auto;',
|
||||
'overflow-x: hidden;',
|
||||
'position: relative;',
|
||||
'}',
|
||||
|
||||
'.blocklyDropDownArrow {',
|
||||
|
||||
Reference in New Issue
Block a user