mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #644 from github/bo-fix-scrollbar-issues
Fix scrollbar css issues
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
.tree-view-resize-handle {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
right: -5px;
|
||||
bottom: 0;
|
||||
width: 10px;
|
||||
cursor: col-resize;
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
bottom: 0;
|
||||
width: 15px;
|
||||
overflow-y: auto;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.editor .scroll-view {
|
||||
|
||||
Reference in New Issue
Block a user