Home › Forums › CSS › Hide vertical scrollbar but still scrollable › Reply To: Hide vertical scrollbar but still scrollable
October 29, 2019 at 12:07 pm
#298062
Participant
this code will help
ul.ui-widget-content::-webkit-scrollbar {
width: 10px;
}