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

View File

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