Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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;
}
The solution is not working for me.
Having the same Issue, help.
Thingworx version 9.6