Skip to content

Commit 86e182d

Browse files
committed
fix: grabbing cursor
1 parent ac155db commit 86e182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/10years/_components/TenYearGlobe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const TenYearGlobe = ({ events }: { events: EventData[] }) => {
227227
return (
228228
<div
229229
ref={globeContainerRef}
230-
className="relative cursor-grab"
230+
className="relative cursor-grab active:cursor-grabbing"
231231
style={{ width: width, height: width }}
232232
>
233233
{MemoizedGlobe}

0 commit comments

Comments
 (0)