File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,9 @@ const SeparatorContainer = styled.div`
188188` ;
189189
190190const 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` ;
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import { LogoImg } from "../../../assets/images/icon/IconIndex";
44import styled from "styled-components" ;
55
66const NavbarWrapper = styled . nav `
7- position:fixed;
7+ position: sticky;
8+ top:0;
89 z-index:999;
910 display: flex;
1011 justify-content: center;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments