-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari iframe resize bug #14
Comments
MartijnCuppens
added
bug
less
This issue only applies to the less version
scss
sass
This issue only applies to the sass version
stylus
This issue only applies to the stylus version
PostCSS
labels
Jul 14, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 16, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 16, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
MartijnCuppens
added a commit
that referenced
this issue
Jul 17, 2018
Fixed in v7.1.3 |
4 tasks
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
MartijnCuppens
added a commit
that referenced
this issue
Mar 20, 2019
I wonder if this might be set as a default for the demos, because it could be rather surprising to initially see it in a non working state. 😍🥰 At least It buzzled me, beside that I knew it generally works, because I already implemented it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: