We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
퀵링크의 특성에 맞게 어디서든 퀵링크를 사용할 수 있도록 sticky로 바꾸면 사용경험에 도움이 될것 같습니다. fixed로 바꾸면 엘리먼트가 독립되서, 게시판 레이아웃에 영향이 가더라구용. sticky가 좋을것 같습니다.
sticky
fixed
position: sticky
top: 90px
The text was updated successfully, but these errors were encountered:
No branches or pull requests
작업할 내용
퀵링크의 특성에 맞게 어디서든 퀵링크를 사용할 수 있도록
sticky
로 바꾸면 사용경험에 도움이 될것 같습니다.fixed
로 바꾸면 엘리먼트가 독립되서, 게시판 레이아웃에 영향이 가더라구용.sticky
가 좋을것 같습니다.해야할 일
position: sticky
top: 90px
The text was updated successfully, but these errors were encountered: