mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use overflow: hidden for editor
This commit is contained in:
@@ -109,8 +109,7 @@
|
||||
}
|
||||
|
||||
.editor .scroll-view {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
overflow: hidden;
|
||||
-webkit-flex: 1;
|
||||
min-width: 0;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user