You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phanpy gets a little sluggish when I scroll far down a timeline. today, on a hunch I added a userstyle
article { content-visibility: auto; }
which tells the browser that articles are self-contained boxes that don't have layout implications outside the box, and the contents can be ignored when not visible. this seems to help? (I haven't measured anything)
The text was updated successfully, but these errors were encountered:
phanpy gets a little sluggish when I scroll far down a timeline. today, on a hunch I added a userstyle
which tells the browser that articles are self-contained boxes that don't have layout implications outside the box, and the contents can be ignored when not visible. this seems to help? (I haven't measured anything)
The text was updated successfully, but these errors were encountered: