Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f348b32833 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-toaster",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "tp-toaster.js",
|
||||
"scripts": {
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user