Fix avviso

This commit is contained in:
Pek5892 2023-12-01 09:20:11 +01:00
parent 72c4f0d0f8
commit 925f7da15f
1 changed files with 2 additions and 1 deletions

View File

@ -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,