Blog Post
_anomDiebolt_
7 years agoQrew Elite
I know Sam is the product manager for widths but I am not sure who the product manager is for heights. So if you don't get an answer from QuickBase staff you can use script to automatically resize the <iframe> to fit its content and thus remove the vertical scroll bars.
See this post and demo within:
How To: Resize Dashboard Web Page Widgets to Content?
https://community.quickbase.com/quickbase/topics/how-to-resize-dashboard-web-page-widgets-to-content
This is the general problem when you place an <iframe> on a host page. The host page determines the viewport while the iframe page determines the size of the content. You have to use script to change the size of the viewport to match the size of the iframe's content.
See this post and demo within:
How To: Resize Dashboard Web Page Widgets to Content?
https://community.quickbase.com/quickbase/topics/how-to-resize-dashboard-web-page-widgets-to-content
This is the general problem when you place an <iframe> on a host page. The host page determines the viewport while the iframe page determines the size of the content. You have to use script to change the size of the viewport to match the size of the iframe's content.