This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
How can the scroll bar be modified to be more visible?
Hello,
Try to use the next custom CSS code:
.select2-results__options::-webkit-scrollbar {
width: 7px !important;
}
.select2-search--dropdown {
padding: 1px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up