mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Possible fix to laggy animation on Mobile Safari
Remove drop-shadow
This commit is contained in:
parent
fcfe9738ef
commit
5a7052ee48
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue