Moz-import background

Fixes #209

I used `!important` because I think it might be necessary to override themes.
This commit is contained in:
narcolepticinsomniac 2017-10-12 19:50:41 -04:00 committed by GitHub
parent f5342bd37e
commit e612a305cc

View File

@ -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;
}