Decrease z-index to prevent overlap of tp-tooltip

This commit is contained in:
2023-10-12 16:10:10 +02:00
parent 5a69cc65e6
commit d6326e3b5e
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class TpDialog extends EventHelpers(LitElement) {
inset: 0px;
pointer-events: none;
overflow: auto;
z-index: 9999;
z-index: 900;
}
:host([open]) {