mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Contain the height of the field dropdown to the window viewport height.
This commit is contained in:
@@ -547,6 +547,9 @@ Blockly.Css.CONTENT = [
|
||||
' outline: none;',
|
||||
' padding: 4px 0;',
|
||||
' position: absolute;',
|
||||
' overflow-y: auto;',
|
||||
' overflow-x: hidden;',
|
||||
' max-height: 100%;',
|
||||
' z-index: 20000;', /* Arbitrary, but some apps depend on it... */
|
||||
'}',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user