function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
steeeeveeeeeesteeeeveeeeee 

Embedded Visualforce Page scrolls to bottom upon load.

I have an embedded VF page on the Account Detail.  However the page frequently supercedes the height in pixels set by the page layout.  This isn't a problem with scrollbars enabled however the embedded page renders with it scrolled by the bottom by default.  Is there a way around this?

Thanks in advance.
MJ Kahn / OpFocusMJ Kahn / OpFocus
Does the embedded VF page have an input field? If so, is the embedded page scrolling to give focus to that field? If so, add some JavaScript code to stop giving focus to it.