ABOUT ME

Steadily

Today
Yesterday
Total
  • css) overflow-x, overflow-y
    다양한 공부/CSS 2024. 6. 28. 11:15

    overflow-x => 가로스크롤에 기능 부여 가능
    overflow-y => 세로스크롤에 기능 부여 가능
    scroll 옵션은 스크롤 생기게
    hidden 옵션은 아예 사라짐 스크롤 안됨

    body::-webkit-scrollbar {
    display: none; 
    }
    => body 에서 스크롤 안보이게 근데 스크롤은 가능하게

Designed by Tistory.