From 2b25d433c74099a327ca85ef975da51d057b6756 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 18 Jul 2013 17:45:38 -0700 Subject: [PATCH] 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 {