Set a sane default z-index.

This commit is contained in:
trading_peter 2022-04-17 13:46:31 +02:00
parent c52a263dbf
commit d4038bbe37
2 changed files with 2 additions and 1 deletions

View File

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

View File

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