Fix avviso
This commit is contained in:
parent
72c4f0d0f8
commit
925f7da15f
|
@ -456,7 +456,8 @@ function alertPush() {
|
|||
$(this).css({
|
||||
'position': 'fixed',
|
||||
'z-index': 3000,
|
||||
'right': '50%',
|
||||
'left': '50%',
|
||||
'transform': 'translate(-50%, -50%)',
|
||||
'top': -100,
|
||||
}).delay(1000).animate({
|
||||
'top': tops,
|
||||
|
|
Loading…
Reference in New Issue