mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Make editor scroller overflow be auto, not scroll
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
.editor .scroller {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
width: -webkit-flex(1);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user