Increase z-index

This commit is contained in:
trading_peter 2024-10-21 23:35:24 +02:00
parent edf72d5b6b
commit f348b32833
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-toaster",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "tp-toaster.js",
"scripts": {

View File

@ -23,7 +23,7 @@ export default class TpToaster extends EventHelpers(LitElement) {
top: 15px;
left: 50%;
width: 50%;
z-index: 1009;
z-index: 10000;
transform: translateY(-60px);
}