Skip to content

Commit b058f3a

Browse files
authored
Merge 스크롤 수정
스크롤 수정
2 parents b8ae48d + 94fc4c6 commit b058f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)