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",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "tp-dialog.js",
"scripts": {

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]) {