-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] 헤더 상단 고정 및 z-index 수정 #127
Conversation
@@ -3,10 +3,14 @@ import { style } from '@vanilla-extract/css'; | |||
import { vars, fontStyle } from '@/styles'; | |||
|
|||
export const container = style({ | |||
position: 'sticky', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: 'fixed' 대신 'sticky'를 쓰신 이유가 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
음 생각해보니 fixed
를 사용하면 html 높이 속성을 바꿀 필요가 없을 수도 있겠네요 수정하겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 지금 minHeight, 100vh 써보는데도 똑같은 현상이 일어나서요..😂 좋습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
28e9042
수정하였습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스크린샷 추가해 주세요~~ 영상으로요 👀
borderBottom: `1px solid ${vars.color.grayscale100}`, | ||
zIndex: '999', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p3; 뭔가 zIndex도 관리하고 싶다는 생각이 드네요.. 찾아보았는데 변수로 관리하는 솔루션도 있네요! (아마 sass?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이런 규칙? 도 있군요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
25b9eab
스크린샷과 헤더에 가려지는 부분 처리를 위한 css 추가하였습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스크린샷 없어요 ㅠ 아무튼 확인했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
분명 재생되는 것 까지 확인했었는데 수정 완료를 안눌렀나보네요;; 추가했습니다!
설명
완료한 기능 명세
position : fixed
적용z-index : 999
적용스크린샷
_2023_11_21_16_42_32_614.mp4
리뷰 요청 사항