Skip to content

Commit 1ceff7d

Browse files
committed
refactor: 영수증 정보 스크롤 수정
1 parent 16574d0 commit 1ceff7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ReceiptEdit/ReceiptEdit.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
padding-bottom: 2.5rem;
55
height: calc(100vh - 2.75rem);
66
overflow: hidden;
7+
overflow-y: auto;
78
position: relative;
89
display: flex;
910
flex-direction: column;
@@ -52,4 +53,5 @@
5253
align-items: center;
5354
gap: 0.875rem;
5455
z-index: 1;
56+
margin-top: 2.5rem;
5557
}

0 commit comments

Comments
 (0)