Increase z-index
This commit is contained in:
parent
edf72d5b6b
commit
f348b32833
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-toaster",
|
"name": "@tp/tp-toaster",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-toaster.js",
|
"main": "tp-toaster.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,7 +23,7 @@ export default class TpToaster extends EventHelpers(LitElement) {
|
|||||||
top: 15px;
|
top: 15px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
z-index: 1009;
|
z-index: 10000;
|
||||||
transform: translateY(-60px);
|
transform: translateY(-60px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user