CSS - Scrollable div without scrollbar

0 votes
122 views
added Feb 10, 2022 in CSS by lcjr First Warrant Officer (11,830 points)

.no-scrollbar {
  &::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...