Is it possible to calculate the Viewport Width (vw) without scrollbar?
问题 As mentioned in the title, is it possible to calculate the vw without the scrollbars in css only? For example, my screen has a width of 1920px . vw returns 1920px , great. But my actual body width is only something like 1903px . Is there a way for me to retrieve the 1903px value with css only (not only for direct children of the body ), or do I absolutely need JavaScript for this? 回答1: One way to do this is with calc. As far as i know, 100% is the width including scrollbars. So if you do: