How to remove a scrollbar from a widget or from a portal page

F_bio Santos
Kilo Sage

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:

F_bioSantos_0-1698419406910.png

 

3 REPLIES 3

RaghavSh
Kilo Patron

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

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;

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