Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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: 10000; z-index: 1009;
transform: translateY(-60px); transform: translateY(-60px);
} }