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

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 {