removes content visibility because chrome makes it LAG like crazy

This commit is contained in:
Wes Bos 2025-02-19 16:18:49 -05:00 committed by GitHub
parent 635eafa1c4
commit 5c7428c075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,7 @@ export default function Person({ person }) {
const [_, mastodonHandle, mastodonServer] = person.mastodon?.split('@') || [];
const { tag: currentTag } = useParams();
return (
<div
className="PersonWrapper"
style={{ contentVisibility: "auto", containIntrinsicHeight: "560px" }}
>
<div className="PersonWrapper">
<div className="PersonInner">
<header>
<img