Skip to content

Commit

Permalink
Fix: GridLayout에서 요소들이 겹치지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
y-solb committed Jul 9, 2024
1 parent 97bdcf8 commit 785a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/portfolio/AssetGridLayoutEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ function AssetGridLayoutEditor({
cols={{ lg: 6, md: 2 }}
rowHeight={rowHeight}
layouts={layouts || undefined}
verticalCompact
compactType={null}
preventCollision
isDraggable={!isEditMode}
draggableCancel={PREVENT_DRAG_DEFAULTS.join(',')}
resizeHandle={<ResizeHandler handleAxis="se" />}
Expand Down

0 comments on commit 785a0a8

Please sign in to comment.