mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 22:16:16 +02:00
Fixed tooltip/model z-index (fixes #1065)
This commit is contained in:
parent
ccd2caa44c
commit
7e08224c75
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user