Remove scrollbar from iframe

2 posts by 1 authors in: Forums > CMS Builder
Last Post: July 3, 2012   (RSS)

Re: [gversion] Remove scrollbar from iframe

By gversion - July 3, 2012

I just figured out I can achieve this by putting the following at the top of the page I am linking to:

<style type="text/css">
html {
overflow: auto;
}
</style>