Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Raghav Sharma24
Giga 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.

Hi @Raghav Sharma24 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.