Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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;
}