Decrease z-index to prevent overlap of tp-tooltip
This commit is contained in:
@@ -21,7 +21,7 @@ class TpDialog extends EventHelpers(LitElement) {
|
||||
inset: 0px;
|
||||
pointer-events: none;
|
||||
overflow: auto;
|
||||
z-index: 9999;
|
||||
z-index: 900;
|
||||
}
|
||||
|
||||
:host([open]) {
|
||||
|
Reference in New Issue
Block a user