mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
removes content visibility because chrome makes it LAG like crazy
This commit is contained in:
parent
635eafa1c4
commit
5c7428c075
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue