
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 12:22 PM
Hello Folks,
Is it possible to add a scroll bar to a custom widget ? Basically, we want to maintain the height and width of a widget within the container and add scroll bar instead of changing the size of the widget.
Has anyone achieved this before ?
Regards,
Ayush Saxena
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 08:36 AM
Thanks Sachin,
That solution is for simple lists, anyways one plausible solution I see a fit is adding CSS
.panel-body {
overflow-y: auto;
height: 250px;
}
It kind of works !!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2019 01:37 PM
Please check solution below
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 08:36 AM
Thanks Sachin,
That solution is for simple lists, anyways one plausible solution I see a fit is adding CSS
.panel-body {
overflow-y: auto;
height: 250px;
}
It kind of works !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2021 02:08 PM
Hi Sachin,
Any idea how can I add a scrollbar to widget using portal content record? I have created a portal content record of type Rich Text. I would like to display this content - just a single record - in a widget on the HR Service Portal. I need a simple widget with a vertical scrollbar as the rich text can get long. I tried with the Announcement widget but the scrollbar doesn't work there (it is a carousel).
Appreciate any help!
Thanks!