mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-06 19:19:51 -04:00
Contain the height of the field dropdown to the window viewport height.
This commit is contained in:
parent
f2c9c89dd3
commit
3cc4c4e141
3 changed files with 6 additions and 0 deletions
core
|
@ -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... */
|
||||
'}',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue