Answers for "scroll bar with 0 width"

0

scroll bar with 0 width

.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-width: 0;
}
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language