From b8491e25dcd73fd7be634d423e39ece6fc721ed1 Mon Sep 17 00:00:00 2001 From: David Evans Date: Tue, 16 Jan 2018 21:09:36 +0000 Subject: [PATCH] Fix autocomplete appearing behind resize gutters --- styles/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/editor.css b/styles/editor.css index ec41bc1..ab24915 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -73,7 +73,7 @@ html, body { width: 100%; height: 100%; position: relative; - z-index: 20; + z-index: 9; border: 0px solid transparent; background-clip: padding-box; }