This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19737 - Interaction of vw/vh and scrollbars is undefined
Summary: Interaction of vw/vh and scrollbars is undefined
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Values and Units (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 12:04 UTC by Tab Atkins Jr.
Modified: 2012-10-27 12:04 UTC (History)
2 users (show)

See Also:


Attachments

Description Tab Atkins Jr. 2012-10-27 12:04:34 UTC
What happens to vw/vh when the viewport does/doesn't have scrollbars?

Note that since these are resolved at computed time, but the presence of scrollbars isn't determined until layout time, this is a hard problem.

(Obvious solution - force everyone to switch to overlay scrollbars. ^_^)