Skip to content

Commit 94fc4c6

Browse files
committed
스크롤 수정
1 parent d29a54e commit 94fc4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/RollingPaper/RollingPaperPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const BackgroundWrap = styled.div`
4545
? `linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%), url(${backgroundImageURL})`
4646
: "ffffff"};
4747
background-color: ${({ bgColor }) => bgColor || "#ffffff"};
48-
min-height: calc(100vh - 65px);
48+
min-height: calc(100vh - 134px);
4949
background-size: cover;
5050
background-repeat: no-repeat;
5151
background-position: center top;

0 commit comments

Comments
 (0)