Use relative positioning for gutters

This commit is contained in:
Jason Rudolph
2017-07-31 16:41:50 -04:00
committed by Nathan Sobo
parent a38b438338
commit b72d8078dc

View File

@@ -20,6 +20,7 @@ atom-text-editor {
min-width: 1em;
box-sizing: border-box;
background-color: inherit;
position: relative;
}
.gutter:hover {