mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed tooltip/model z-index (fixes #1065)
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user