div {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div::-webkit-scrollbar {
  display: none;
}

위코드는 예를든건데 위와같이 선택자는 원하는것으로 해서 지정해주면 됩니다! 

 

 

+ Recent posts