2023-03-02 04:40

css, 스크롤바 가리기

스크롤바 가리기
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
디스커버 적용할 때, 이미지 리사이즈서버를 적용...

댓글