Skip to main content
5-Regular Member
March 28, 2024
Question

Unable to disable Vertical Scrollbar for the collection Widget in a mashup

  • March 28, 2024
  • 2 replies
  • 1444 views

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. 

2 replies

5-Regular Member
March 28, 2024

Hello @Giri ,

 

 

Pls share the ThingWorx version you are on currently. 

 

Regards,

Bhawna

Giri5-Regular MemberAuthor
5-Regular Member
March 29, 2024

I'm using Thingworx 9.3.9

5-Regular Member
April 2, 2024

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;
}

12-Amethyst
December 12, 2024

The solution is not working for me.

Having the same Issue, help.

Thingworx version 9.6