How do you add a scroll bar to a Simple List widget for service portal?

cindylove
Kilo Guru

I'm using Simple lists to display incidents, change tickets, requests, etc.

Our users want to be able to see all of their tickets. Some users have a lot of tickets. If you don't define maximum entries, it causes the widget size to expand on the page. I want a more uniform look.

I would like to add a scroll bar to the widget.   Any ideas on how to do this?

1 ACCEPTED SOLUTION

Jon Barnes
Kilo Sage

You can pass this option into the widget instance to set the maximum height of the simple list widget. That way if the widget grows beyond that point, it will automatically put a scroll bar on it. I set it to 250px below as an example.



"panel_body_height": {


"value": "250px",


"displayValue": "250px"


}



If you do this in the widget configurator, it looks like this:



find_real_file.png


View solution in original post

6 REPLIES 6

Hello Jon/Cindy,

 

Can you please provide some details on how this was achieved ? Where did you add the CSS etc.

Hello Cindy/Jon,

 

Can you please provide some more details how you achieved this ? Where was the above CSS added etc.

 

Thanks !!