move editor scrollbar above the edit pane

So you can grab it with your mouse!
This commit is contained in:
Ben Ogle
2013-07-18 17:45:38 -07:00
parent 1ba8218743
commit 2b25d433c7

View File

@@ -98,7 +98,7 @@
bottom: 0;
width: 15px;
overflow-y: auto;
z-index: 1;
z-index: 3;
}
.editor .scroll-view {