Skip to content

Commit

Permalink
fix hover square with annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 14, 2023
1 parent 92a6210 commit 0df6be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/BoardPlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ function AnnotationHint({
<Box
sx={{
position: "absolute",
zIndex: 100,
width: "12.5%",
height: "12.5%",
left: `${(file - 1) * 12.5}%`,
Expand All @@ -527,6 +526,7 @@ function AnnotationHint({
<Avatar
sx={{
transform: "translateY(-40%) translateX(-50%)",
zIndex: 100
}}
radius="xl"
color={color}
Expand Down

0 comments on commit 0df6be2

Please sign in to comment.