Skip to content

Commit b780dff

Browse files
authored
Update draggable-card.tsx
1 parent cdf4d4a commit b780dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/draggable-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const DraggableCardBody = ({
6262
// Update constraints when component mounts or window resizes
6363
const updateConstraints = () => {
6464
if (typeof window !== "undefined") {
65-
const multiplier = 0.7; // Increase this value to make the area larger
65+
const multiplier = 1; // Increase this value to make the area larger
6666
setConstraints({
6767
top: -window.innerHeight * multiplier,
6868
left: -window.innerWidth * multiplier,

0 commit comments

Comments
 (0)