Translate gutter so it remains visible when scrolling to the right

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo
2017-02-23 13:24:59 -07:00
committed by Antonio Scandurra
parent d2d560eac6
commit 9765d9dbcd
2 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ atom-text-editor {
.scroll-view {
position: absolute;
contain: strict;
top: 0;
right: 0;
bottom: 0;