-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Overlay font size with global styles #18680
Milestone
Comments
Does #17723 fix this? |
Looks like it. |
kodiakhq bot
pushed a commit
that referenced
this issue
Dec 31, 2020
### Don‘t use rem in react-dev-overlay. If we create a nextjs project and use css rem. We could set the html fontsize to any 'px'. The react-dev-overlay components styles will be affected so that the style becomes larger or smaller. ![image](https://user-images.githubusercontent.com/10840654/95490394-c189a800-09ca-11eb-816a-8bcaf6bcb657.png) ## So i suggest change the rem to px. ## After modification: ![image](https://user-images.githubusercontent.com/10840654/95490703-2e9d3d80-09cb-11eb-8369-7ec650fa6c52.png) --- Fixes #18680
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: