미미 공부/취미방

[css] 스크롤은 되지만 스크롤바 안보이기 본문

to FED/CSS

[css] 스크롤은 되지만 스크롤바 안보이기

mionager 2020. 10. 13. 21:45

.sec2 .deal-wrap::-webkit-scrollbar {
display: none; //firefox
}
.sec2 .deal-wrap {
-ms-overflow-style: none;  // IE 10+
scrollbar-width: none; // safari and chrome
}

'to FED > CSS' 카테고리의 다른 글

[CSS] CSS 잘 몰랐던 코드  (0) 2020.10.08
[CSS] CSS 잘 몰랐던 코드  (0) 2020.10.08
Comments