-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
So there seems to be a rendering bug in Webkit – yet another one… –, specifically in scroll.
webkit-scale-bug.mp4
As you can see, when you rotate the screen in paginated mode, everything is fine, the font-size increases in landscape, and scales down to its correct scaling once you go back into portrait. This scaling down does not happen in scroll… And it’s not the only nasty bug we have to deal with.
So the fix is simple, it is:
:root {
--webkit-text-size-adjust: 100%;
}
Except it is not, because this disables the zoom entirely, including our very own font-size… So I am not sure this is even resolvable through CSS…
Metadata
Metadata
Assignees
Labels
No labels