From 1ba82187435b7ca3d8fbe0528faea7bd8f5379a8 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 18 Jul 2013 17:42:36 -0700 Subject: [PATCH 1/2] Move the resize handle over between the treeview and the editor Otherwise it covers up the scrollbar in the treeview. No bueno. --- src/packages/tree-view/stylesheets/tree-view.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/tree-view/stylesheets/tree-view.less b/src/packages/tree-view/stylesheets/tree-view.less index fcc209fca..6b45aca68 100644 --- a/src/packages/tree-view/stylesheets/tree-view.less +++ b/src/packages/tree-view/stylesheets/tree-view.less @@ -13,7 +13,7 @@ .tree-view-resize-handle { position: absolute; top: 0; - right: 0; + right: -5px; bottom: 0; width: 10px; cursor: col-resize; From 2b25d433c74099a327ca85ef975da51d057b6756 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 18 Jul 2013 17:45:38 -0700 Subject: [PATCH 2/2] move editor scrollbar above the edit pane So you can grab it with your mouse! --- static/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.less b/static/editor.less index 0d48ba7e1..69bdc6855 100644 --- a/static/editor.less +++ b/static/editor.less @@ -98,7 +98,7 @@ bottom: 0; width: 15px; overflow-y: auto; - z-index: 1; + z-index: 3; } .editor .scroll-view {