I had searched through the forum for some answers and found a few threads that helped get things rolling. I then went through websites I found online on the topic and found some helpful sites. I will link to them as well as an editor where I put together different pages showcasing different approaches that could be taken.
As a fair warning, I do not have any real coding experience and therefore my not being doing things the best way, nor do I have all the answers to the questions that got me started down this wormhole.
These links give some ideas on the styling involved in a custom scrollbar.
https://www.w3schools.com/cssref/pr_pos_overflow.asp
I am not 100% sure how to implement these ideas onto one specific repeating group or group using ID attributes and would love some input from others who are more familiar with coding that may provide examples of how to target a specific group without affecting the pages’ scrollbar.
Here is the link to my editor
Go to this page
In workflows, check out the page load. It has the following set up
The background color, border-radius and other aspects can be changed to design the scroll bar as you see fit. This particular one is pretty slim with red bar and black background. If you were to have this
Note that the scrollbar design of the repeating group on the page is the same…I didn’t attempt to set the repeating group to have its own style or to be styled. I assume this is because things point to “web-kit scrollbar” — and I don’t really know what the webkit part is.
I have another page: this one: Which uses javascript instead of CSS to target the scrollbar.
In workflows, which needs to run the plugin “Toolbox” ( thanks @mishav )
What you will see is that the group1 will have a scrollbar now as well as the repeating group and the page…What I am unable to figure out as of yet ( and would assuredly update the post if I find out) is how to use the javascript to design the scrollbar.
This is because the scrollbar is “created” by the javascript and I assume could be targeted without affecting the page scrollbar or the repeating group scrollbar.
Finally the last page with combination of the two approaches gets what you might imagine (NO, not an error) but instead it has a custom scrollbar in the group element.
I am really hoping others find this helpful as it seems to solve some problems for people who are looking to hide the scrollbars…what I have found is the “CSS overflow property : hidden” just hides the scroll but also renders it unusable, so not just invisible. I would use the design to “hide” it with colors to blend in with background of the group.
Also, I would love some seasoned bubblers or coders to chime in with ideas of how to target a specific group. What I am lost on is applying the ID attribute to the CSS so that the pages scrollbar remains unaffected and only the repeating group or group’s scrollbar will have the custom design features.
Any help would be appreciated.