Viewport size changing occasionally
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Really not sure what's going on here because it'll happen only in some test runs but the actual _width_ of the viewport is changing by 10px in some tests, causing them to fail.

We've manually set the viewport to 320px but occasionally (both locally & in CI) it'll get rendered as 330px.
Other tests at that viewport will render fine in the same test run.
It seems to only happen when we render a `position: absolute; width: 100%; height: 100%;` element
Contributor guide
Assessment
This issue has not been assessed yet.