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
Hi!
I have some blurry problems in Chrome based browsers on Windows when browser zoom < 100%
The bug is strange, not all lines are blurred :)
I try to switch off transform: translate3d() and set position by top for first and fourth lines (u can see at screenshot) and problem are gone.
Hmm interesting. I can't say we do much testing at different browser zoom levels. If you want to experiment with adding a check for browser zoom to the if statement which checks hasCSSTransforms, that might be a good solution we'd accept a PR for if it works.
Hi!
I have some
blurry
problems in Chrome based browsers on Windows when browser zoom < 100%The bug is strange, not all lines are blurred :)
I try to switch off
transform: translate3d()
and set position bytop
for first and fourth lines (u can see at screenshot) and problem are gone.One of idea is to set positioning type from params at translateDOMPositionXY.js#L22
The text was updated successfully, but these errors were encountered: