Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad committed Feb 25, 2023
1 parent 23a7679 commit 2bbfba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Person.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" style={{ contentVisibility: "auto" }}>
<div className="PersonWrapper" style={{ contentVisibility: "auto", containIntrinsicHeight: '560px' }}>
<div className="PersonInner">
<header>
<img
Expand Down Expand Up @@ -104,4 +104,3 @@ Person.propTypes = {
},
}),
};

0 comments on commit 2bbfba8

Please sign in to comment.