Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I'm having the similar issue - the Collection widget scroll bar. Do let me know if you found a resolution or workaround for this issue.
I'm using Thingworx 9.3.9
Hi @Giri ,
a workaround could be to disable the scrollbars with the following CSS and the custom class "noScrollbars" for the collection:
/*Custom CSS*/
.noScrollbars ::-webkit-scrollbar {
display: none;
}