Fixed tooltip/model z-index (fixes #1065)

This commit is contained in:
Bernd Bestel 2020-10-18 14:13:39 +02:00
parent ccd2caa44c
commit 7e08224c75
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -318,7 +318,7 @@ input::-webkit-inner-spin-button {
/* Always show modals over everything else */
.modal {
z-index: 99999;
z-index: 99998;
}
/* Third party component customizations - DataTables */
@ -429,6 +429,7 @@ html {
/* Third party component customizations - Popper.js */
.tooltip {
pointer-events: none;
z-index: 99999 !important;
}
/* Third party component customizations - QuaggaJS */