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',
|
'p-4',
|
||||||
'text-black font-bold',
|
'text-black font-bold',
|
||||||
'rounded-lg',
|
'rounded-lg',
|
||||||
'z-30',
|
|
||||||
{
|
{
|
||||||
'alert-with-icon': icon
|
'alert-with-icon': icon
|
||||||
},
|
},
|
||||||
@ -220,6 +219,8 @@
|
|||||||
|
|
||||||
let styles = {};
|
let styles = {};
|
||||||
|
|
||||||
|
styles.zIndex = 100;
|
||||||
|
|
||||||
if (this.verticalAlign === 'top') {
|
if (this.verticalAlign === 'top') {
|
||||||
styles.top = `${pixels}px`;
|
styles.top = `${pixels}px`;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user