Possibility to remove scrollbars from Iframes? #1583
-
I am using a public widget to display train departure times from my local station: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Kugelblitz360, If you create a widget block instead and add the following HTML this should remove the scrollbar: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint. Still does not work, but this is most likely site-specific. |
Beta Was this translation helpful? Give feedback.
Hi @Kugelblitz360,
If you create a widget block instead and add the following HTML this should remove the scrollbar:
<iframe src="https://dbf.finalrewind.org/MLA?mode=infoscreen&dark=1&hide_opts=1?detailed=1&admode=dep" scrolling="no" style=" width: 100%; height: 100%; overflow: hidden;" ></iframe>