From 726d9c8ec50802d18c149c70bbee1a9981bff7fa Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 8 May 2016 22:55:55 +0100 Subject: [PATCH] Set z-index of editor shade so it stays above tabs --- editor/sass/editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss index 0541a93f8..4b245f2aa 100644 --- a/editor/sass/editor.scss +++ b/editor/sass/editor.scss @@ -149,6 +149,7 @@ left:0; right:0; background: $shade-color; + z-index: 2; }