Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
HuzzNZ committed Jun 1, 2024
1 parent 882b3fb commit a90b128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function InteractiveBodyDiagram() {
</div>
</DialogModal>
)}
<div className={`h-96 w-fit opacity-gradient relative group`}>
<div className={`h-96 w-fit opacity-gradient relative group overflow-hidden`}>
<p className={`absolute group-hover:opacity-0 ${selectedBodyPart ? "opacity-0" : ""} transition-all`}>
Hover on me!
</p>
Expand Down

0 comments on commit a90b128

Please sign in to comment.