Decrease z-index to prevent overlap of tp-tooltip
This commit is contained in:
parent
5a69cc65e6
commit
d6326e3b5e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-dialog",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "",
|
||||
"main": "tp-dialog.js",
|
||||
"scripts": {
|
||||
|
@ -21,7 +21,7 @@ class TpDialog extends EventHelpers(LitElement) {
|
||||
inset: 0px;
|
||||
pointer-events: none;
|
||||
overflow: auto;
|
||||
z-index: 9999;
|
||||
z-index: 900;
|
||||
}
|
||||
|
||||
:host([open]) {
|
||||
|
Loading…
Reference in New Issue
Block a user