shipshapecode / tether

A positioning engine to make overlays, tooltips and dropdowns better

Home Page:https://tetherjs.dev/docs/welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font blur while setting font scale in windows

Sinozet opened this issue · comments

commented

When I set font scale in Windows, tether content become blured. That because of tether use "translate: transform" atribute instead of "left" and "right" for positioning tether container.
bug

commented

solved by using "optimizations: { gpu: false }"