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
Can't understand new math with different units. This is totally incorrect. I can understand calc(0vw + 100%), but current behavior looks very suspicious.
The text was updated successfully, but these errors were encountered:
calc(100vw - (100vw - 100%))
I'm using this hack to solve ios scroll bug.
1.3.0:
calc(100vw - (100vw - 100%))
2.0:
calc(0vw - 100%)
Can't understand new math with different units. This is totally incorrect. I can understand
calc(0vw + 100%)
, but current behavior looks very suspicious.The text was updated successfully, but these errors were encountered: