Skip to content

Commit

Permalink
Changed notification position zIndex styling..
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Jun 21, 2023
1 parent fee4462 commit 3314e76
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@
'p-4',
'text-black font-bold',
'rounded-lg',
'z-30',
{
'alert-with-icon': icon
},
Expand Down Expand Up @@ -220,6 +219,8 @@
let styles = {};
styles.zIndex = 100;
if (this.verticalAlign === 'top') {
styles.top = `${pixels}px`;
} else {
Expand Down

0 comments on commit 3314e76

Please sign in to comment.