How to remove a scrollbar from a widget or from a portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 08:10 AM
Hi everyone, I have a page in the portal called "dashboards" with a widget that is "html" wich will get a dashboard from the back-end, the problem is that In certain screen resolutions it has two scroll bar's is there any way to remove one of them ?
Image:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 08:29 AM
Dashboards are shown in portal through <iframe> tag, the CSS inside iframe is not accessible from portal or page css.
So unfortunately this could not be possible.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 08:46 AM
Hi @RaghavSh maybe I didnt explained my self well, but I ended up being able to do it in the CSS of the page using:
overflow-y: hidden;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 09:07 AM
Overflow x and y do work on portal pages but not inside iframes as iframe show other pages data.
Its great you achieved this.
Raghav
MVP 2023