Issues with large scroll bar showing on horizontal RG

I have a horizontal RG which recently is showing an oversized scroll bar (see screenshots). I cannot seem to work out how to remove. Does anyone have any ideas?


If u want to remove scroll bar use this css:

::-webkit-scrollbar { width: 0px; height: 0px;}

Or u can use the plugin “Sweet Scrollbar” to customize the scrollbar on repeating groups.

This topic was automatically closed after 70 days. New replies are no longer allowed.