Closed
Description
Please consider adding two new media query features: client-width
and client-height
which equal to the viewport size if there's no scrollbar;
or equal to (viewport size - scrollbar size) if there's a scrollbar.
client-width
, client-height
are very useful, they are even more useful than the existing width
, height
features.
Designers typically tend to care more about the available layout size than the size including a scrollbar