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 [_, mastodonHandle, mastodonServer] = person.mastodon?.split('@') || [];
|
||||||
const { tag: currentTag } = useParams();
|
const { tag: currentTag } = useParams();
|
||||||
return (
|
return (
|
||||||
<div
|
<div className="PersonWrapper">
|
||||||
className="PersonWrapper"
|
|
||||||
style={{ contentVisibility: "auto", containIntrinsicHeight: "560px" }}
|
|
||||||
>
|
|
||||||
<div className="PersonInner">
|
<div className="PersonInner">
|
||||||
<header>
|
<header>
|
||||||
<img
|
<img
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue