function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vetriselvan ManoharanVetriselvan Manoharan 

scroll bar not working in custom sales console component

Hi,

We have created an visual force and it has list of records. While configuring the page in console app as custom console component the scroll bar is not working. any ideas?

thanks
Madhanprabhu Thangadurai 1Madhanprabhu Thangadurai 1
Hi Vetriselvan,

I hope the following link will resolve your issue.
https://developer.salesforce.com/forums/ForumsMain?id=906F000000095L4IAI
Vetriselvan ManoharanVetriselvan Manoharan
Hi Madan,

My coontent is dynamic and I can't restrict it by giving height. Anyother ideas?

Thanks,
Vetriselvan M
Vetriselvan ManoharanVetriselvan Manoharan
Hi,
This worked for me.
At form tag just gave the following style:
position: absolute;top: 0px;bottom: 0px;overflow: auto;width: 100%
Thanks
Vetriselvan M