How to hide default scrollbar in CSS

.hide-scrollbar::-webkit-scrollbar{
  display: none;
}