Hi,
I've run into this issue a couple of times now.
For some reason, I sometimes get an extra space at the top of my Dashboard when I view in on iPad or in Chrome (as iPad), but not when I view it as in normal browser.
I am using a grid component for layout, that has been sized with 0px in margins and auto in width and height.
It looks like there's some extra iOS7 fix CSS code that gets applied, where the height is wrong and overwrites the "100%" from the iframe.
position: fixed;
bottom: 0;
width: 100%;
height: 672px !important;
}
iPad view:
Browser view:
Has anyone seen this before, and how did you solve it?
Thanks!
/Kris