Merge pull request #2988 from mervekaraman/master
Changed notification position zIndex styling..
This commit is contained in:
commit
a09f5077ec
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user