Skip to content

Commit 5652e59

Browse files
committed
[BUG] 나의 토픽 > 스티커 수정시 드래그 핸들, 추가버튼이 모달 바깥에 노출되는 이슈 대응
1 parent 6099eb2 commit 5652e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/(with-side-bar)/topic/sticker/topic-sticker-detail-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function TopicStickerDetailModal() {
4343
}}
4444
onMouseDown={onMouseDown}
4545
>
46-
<div className="bg-background size-4/5 space-y-4 rounded-2xl p-8">
46+
<div className="bg-background size-4/5 space-y-4 rounded-2xl px-16 py-8">
4747
<div className="flex items-center justify-between">
4848
<button onClick={onRouteToDetail}>
4949
<MoveDiagonal2 size={20} />

0 commit comments

Comments
 (0)