-
-
Notifications
You must be signed in to change notification settings - Fork 214
Safari iframe resize bug #14
Copy link
Copy link
Closed
Labels
PostCSSbuglessThis issue only applies to the less versionThis issue only applies to the less versionsassThis issue only applies to the sass versionThis issue only applies to the sass versionstylusThis issue only applies to the stylus versionThis issue only applies to the stylus version
Metadata
Metadata
Assignees
Labels
PostCSSbuglessThis issue only applies to the less versionThis issue only applies to the less versionsassThis issue only applies to the sass versionThis issue only applies to the sass versionstylusThis issue only applies to the stylus versionThis issue only applies to the stylus version
The font sizes do not rescale in iframes in safari when the iframe is rescaled. It's possible to avoid this by adding
min-width: 0vw;in the media queries of RFS.This is not the most ideal solution, and should be disabled by default.
Demo: https://codepen.io/MartijnCuppens/pen/djYBGW
In this demo another codepen is secretly loaded which adds some dirty code to fix this: https://codepen.io/MartijnCuppens/pen/ZBjdMy?editors=1100