mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Merge pull request #2 from samelhusseini/samelhusseini-patch-1
Fix overflow: none
This commit is contained in:
@@ -391,7 +391,7 @@ Blockly.Css.CONTENT = [
|
||||
'padding: 2px;',
|
||||
'resize: none;',
|
||||
'display: block;',
|
||||
'overflow: none;',
|
||||
'overflow: hidden;',
|
||||
'}',
|
||||
|
||||
'.blocklyHtmlInput {',
|
||||
|
||||
Reference in New Issue
Block a user