From e612a305cc490b29df2046f03aec0e09f56a35a6 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 12 Oct 2017 19:50:41 -0400 Subject: [PATCH] Moz-import background Fixes #209 I used `!important` because I think it might be necessary to override themes. --- edit/edit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/edit/edit.css b/edit/edit.css index 5c7eff9f..222d24c5 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -385,6 +385,7 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar z-index: 99; } #help-popup.big { + box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 0px 100000px !important; max-width: 100%; left: 3rem; }