Set z-index on vertical scrollbar so scrollbar can be clicked

This commit is contained in:
Nathan Sobo
2012-11-26 15:06:18 -07:00
parent cc2e1c1381
commit 06e281321b

View File

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