카테고리 없음

스크롤바 가리기

홍시_코딩기록 2022. 12. 8. 10:27
/* 스크롤바 가리기 */
body{
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    display: none;
}