Skip to content

Commit 05ca250

Browse files
committed
🖼 Remove canvas bottom margin
1 parent a3d8dc5 commit 05ca250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Spline.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const Spline = forwardRef<HTMLCanvasElement, SplineProps>(
139139
<canvas
140140
ref={mergeRefs<HTMLCanvasElement>([ref, canvasRef])}
141141
style={{
142-
display: isLoading ? 'none' : undefined,
142+
display: isLoading ? 'none' : 'block',
143143
...style,
144144
}}
145145
{...props}

0 commit comments

Comments
 (0)