Possible fix to laggy animation on Mobile Safari

Remove drop-shadow
This commit is contained in:
Lim Chee Aun 2023-03-15 13:06:41 +08:00
parent fcfe9738ef
commit 5a7052ee48

View file

@ -59,7 +59,7 @@
hsla(0, 0%, 0%, 0.013) 91.9%,
hsla(0, 0%, 0%, 0) 100%
);
filter: blur(32px) drop-shadow(0 0 32px black) saturate(3) opacity(0.5);
filter: blur(32px) saturate(3) opacity(0.5);
pointer-events: none;
}
.account-container .header-banner:hover {