Hi @wpmudev-support8
I hope you are doing well.
The ticket response on free support doesn’t follow the 24 timeframe, so it can cause a delay on our responses.
Once that is said, you will need to use some CSS for this, for example:
.forminator-select .select2-results__options::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
.forminator-select .select2-results__options::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
You can add it to WordPress > Appearance > Customise > Additional CSS or Form > Appearance > Custom CSS:
https://monosnap.com/file/b65G6BzgqawNJCKKZoU4kjW3tFlH6A
More information about the shared CSS can be found on https://stackoverflow.com/questions/1202425/making-the-main-scrollbar-always-visible
Best Regards
Patrick Freitas