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
In #6026 we resolved to have viewport units account for scrollbars, when overflow:scroll or scrollbar-gutters:stable is set on the root (propagating directly to viewport, not from body).
This will also work for cq* units that are relative to the root (no container defined), since they default to the equivalent sv* units. However, authors are likely to have the same issue on non-root containers.
Would it make sense to apply our above resolution to cq* units anywhere that the container in question has either overflow:scroll or scrollbar-gutters:stable set?