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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Safari exhibited an unusual bug whereby any rem-sized text appearing
anywhere after a DETAILS element was rendered impossibly small. Like,
1px kinda size. The/a way of getting around it was to force a full-page
repaint, which is icky, but it was scoped to only Safari users.
Anyway! Good news is that the bug has been fixed[1] so we can delete the
hack, which is nice.
1. https://bugs.webkit.org/show_bug.cgi?id=173876
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A very odd bug in Safari has since been fixed, so we can remove the hack from the codebase. Yay!
The text was updated successfully, but these errors were encountered: