Fixes problem with dropdown scroll (#4287)

This commit is contained in:
alschmiedt
2020-09-17 11:57:24 -07:00
committed by GitHub
parent db40e44b7c
commit 16980cd303

View File

@@ -168,6 +168,7 @@ Blockly.Css.CONTENT = [
'max-height: 300px;', // @todo: spec for maximum height.
'overflow: auto;',
'overflow-x: hidden;',
'position: relative;',
'}',
'.blocklyDropDownArrow {',