fix: remove insane z-index on bootbox modals

main
Julian Lam 4 years ago
parent ef1f459672
commit e090c81c0f

@ -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 { .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 { .maintenance {
.well { .well {
white-space: pre-line; white-space: pre-line;

Loading…
Cancel
Save