Skip to content

Commit 6fbf745

Browse files
수정 완료
1 parent d816139 commit 6fbf745

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

src/components/common/InformationBar/InformationBar.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ const SeparatorContainer = styled.div`
188188
`;
189189

190190
const InformationBarWrapper = styled.nav`
191-
position:fixed;
192-
z-index:998;
193-
top:58px;
191+
position: sticky;
192+
z-index:999;
193+
top:65px;
194194
display: flex;
195195
justify-content: center;
196196
width: 100%;
@@ -262,7 +262,7 @@ const ToName = styled.div`
262262
font-size: 24px;
263263
margin-right: 0;
264264
margin-bottom: 10px;
265-
top:10px;
265+
top:-52px;
266266
position: absolute;
267267
}
268268
`;

src/components/common/Navbar/Navbar.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { LogoImg } from "../../../assets/images/icon/IconIndex";
44
import styled from "styled-components";
55

66
const NavbarWrapper = styled.nav`
7-
position:fixed;
7+
position: sticky;
8+
top:0;
89
z-index:999;
910
display: flex;
1011
justify-content: center;

src/pages/RollingPaperList/RollingPaperListPage.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const TitleWrapper = styled.div`
3939
background-color: #ffffff;
4040
z-index: 10;
4141
padding: 10px 0;
42-
42+
4343
4444
4545
`;
@@ -60,11 +60,8 @@ const ButtonWrapper = styled.div`
6060
justify-content: center;
6161
6262
@media (max-width: 1199px) {
63-
margin-top: 156px;
63+
margin-bottom:24px;
6464
}
65-
@media (max-width: 767px) {
66-
margin-top: 66px;
67-
}
6865
`;
6966

7067

0 commit comments

Comments
 (0)