Fix scrollbar positioning and category ordering

This commit is contained in:
rachel-fenichel 2016-03-31 13:05:21 -07:00
parent 9d82bf3a18
commit a4bdede170
3 changed files with 11 additions and 14 deletions
core

View file

@ -456,7 +456,7 @@ Blockly.Css.CONTENT = [
'.blocklyTreeSeparatorHorizontal {',
'border-right: solid #e5e5e5 1px;',
'width: 0px;',
'width: 0;',
'padding: 5px 0;',
'margin: 0 5px;',
'}',