Move the resize handle over between the treeview and the editor

Otherwise it covers up the scrollbar in the treeview. No bueno.
This commit is contained in:
Ben Ogle
2013-07-18 17:42:36 -07:00
parent 17cf2bd1c8
commit 1ba8218743

View File

@@ -13,7 +13,7 @@
.tree-view-resize-handle {
position: absolute;
top: 0;
right: 0;
right: -5px;
bottom: 0;
width: 10px;
cursor: col-resize;