mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-14 15:09:18 -04:00
Fix scrollbar positioning and category ordering
This commit is contained in:
parent
9d82bf3a18
commit
a4bdede170
3 changed files with 11 additions and 14 deletions
core
|
@ -456,7 +456,7 @@ Blockly.Css.CONTENT = [
|
|||
|
||||
'.blocklyTreeSeparatorHorizontal {',
|
||||
'border-right: solid #e5e5e5 1px;',
|
||||
'width: 0px;',
|
||||
'width: 0;',
|
||||
'padding: 5px 0;',
|
||||
'margin: 0 5px;',
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue