Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hide vertical scrollbar but still scrollable Reply To: Hide vertical scrollbar but still scrollable

#298062
vinayreddy
Participant

this code will help
ul.ui-widget-content::-webkit-scrollbar {
width: 10px;
}