[SOLVED] Smart-select scrollbar visibility

How can I make the scrollbar ALWAYS appear on the smart-select component?

When my smart-select has many options I want the scroller to always be visible. This allows the user to know they can scroll down. Currently, the scroller only appears when the user drags the smart select down direction.

Note: I am using F7 Vue.

44%20AM

Not sure there is an option to make it always visible

Do you have any suggestions how I can make the user know that the component has more options to view ?

use ::-webkit-scrollbar and ::-webkit-scrollbar-thumb to customize your toolbar.

1 Like

@Echo_Chen Thank you! I was able to tweak it to make it provide the similar look. Example below.45%20AM