Decrease z-index to prevent overlap of tp-tooltip

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-dialog", "name": "@tp/tp-dialog",
"version": "1.0.4", "version": "1.0.5",
"description": "", "description": "",
"main": "tp-dialog.js", "main": "tp-dialog.js",
"scripts": { "scripts": {

View File

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