try inline

This commit is contained in:
Wes Bos 2023-02-23 10:52:50 -05:00
parent 54086784a0
commit de9624393c
2 changed files with 1 additions and 5 deletions

View file

@ -12,7 +12,7 @@ export default function Person({ person }) {
const img = `https://images.weserv.nl/?url=${unavatar}&w=100&l=9&af&il&n=-1`;
const { tag: currentTag } = useParams();
return (
<div className="PersonWrapper">
<div className="PersonWrapper" style={{ contentVisibility: "auto" }}>
<div className="PersonInner">
<header>
<img

View file

@ -97,10 +97,6 @@ body::-webkit-scrollbar-thumb {
grid-template-rows: 1fr auto auto;
}
.PersonWrapper:nth-child(6n) ~ .PersonWrapper {
content-visibility: auto;
}
.PersonInner {
padding: 2rem;