Changed notification position zIndex styling..

This commit is contained in:
merve karaman 2023-06-21 15:37:34 +03:00 committed by GitHub
parent fee4462079
commit 3314e76ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@
'p-4',
'text-black font-bold',
'rounded-lg',
'z-30',
{
'alert-with-icon': icon
},
@ -220,6 +219,8 @@
let styles = {};
styles.zIndex = 100;
if (this.verticalAlign === 'top') {
styles.top = `${pixels}px`;
} else {