cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

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

Giri
4-Participant

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

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. 

3 REPLIES 3
bchaudhary
17-Peridot
(To:Giri)

Hello @Giri ,

 

 

Pls share the ThingWorx version you are on currently. 

 

Regards,

Bhawna

Giri
4-Participant
(To:bchaudhary)

I'm using Thingworx 9.3.9

Tone
5-Regular Member
(To:Giri)

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

Top Tags