Merge pull request #644 from github/bo-fix-scrollbar-issues

Fix scrollbar css issues
This commit is contained in:
Ben Ogle 2013-07-23 15:31:38 -07:00
commit 7c414d47cb
2 changed files with 2 additions and 2 deletions

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;

View File

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