From b72d8078dc4b32468a30b6c5d922417602002fdc Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Mon, 31 Jul 2017 16:41:50 -0400 Subject: [PATCH] Use relative positioning for gutters --- static/text-editor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/text-editor.less b/static/text-editor.less index 06518ac0f..8917d8dd1 100644 --- a/static/text-editor.less +++ b/static/text-editor.less @@ -20,6 +20,7 @@ atom-text-editor { min-width: 1em; box-sizing: border-box; background-color: inherit; + position: relative; } .gutter:hover {