You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of it is the height of the iframe being set to 42, which I don't think is including the padding on my element? The other part, I believe (because even if you bump the iframe up to height 92 it's still cut off on TOP), is the padding of the iframe is covering the start of body (.7em padding on iframe, but 8px (user-agent style) on body)?
Not really sure what the right solution is.
The text was updated successfully, but these errors were encountered:
Yeah, I've noticed that. We could add padding to the internal document body, rather than the wrapping frame, I think that would be a good start. There would still be issues I'm not sure how to solve…
@jgerigmeyer I've noticed that font-specimen output triggers an internal scroll-bar on the iframe. I'm not sure if that's related (iframe sizing issues) or should have a story of it's own?
A utility extend:
And a regular button:
My customCSS brings in the following css file, compiled from this.
My output in Herman:
Part of it is the height of the iframe being set to 42, which I don't think is including the padding on my element? The other part, I believe (because even if you bump the iframe up to height 92 it's still cut off on TOP), is the padding of the iframe is covering the start of body (.7em padding on iframe, but 8px (user-agent style) on body)?
Not really sure what the right solution is.
The text was updated successfully, but these errors were encountered: