From e090c81c0f4982b8fb5d0c9671bdf1b79358edac Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 8 Dec 2020 11:57:17 -0500 Subject: [PATCH] fix: remove insane z-index on bootbox modals --- less/style.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/less/style.less b/less/style.less index b0d024a..73930d1 100644 --- a/less/style.less +++ b/less/style.less @@ -228,7 +228,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { } .formatting-bar .formatting-group li:focus, .formatting-bar .formatting-group li:hover { - background-color: #444; + background-color: #444; } } } @@ -252,10 +252,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { } } -.bootbox.modal { - z-index: 100001; -} - .maintenance { .well { white-space: pre-line;