Possible fix to laggy animation on Mobile Safari

Remove drop-shadow
pull/79/head
Lim Chee Aun 2023-03-15 13:06:41 +08:00
rodzic fcfe9738ef
commit 5a7052ee48
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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