-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
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.
codefo
Metadata
Metadata
Assignees
Labels
No labels