Skip to content

Commit 06db644

Browse files
committed
fix: decrease the width of scroll indicator
So in absolute mode it does not cover the main Atom's scroller
1 parent 9384703 commit 06db644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/minimap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ atom-text-editor, html {
108108
position: absolute;
109109
display: block;
110110
right: 0;
111-
width: 2px;
111+
width: 1.5px;
112112
min-height: 2px;
113113
z-index: 10;
114114
background: #fff - @background-color-selected; // invert color

0 commit comments

Comments
 (0)