en.javascript.info/2-ui/1-document/09-size-and-scroll/2-scrollbar-width/task.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

319 B

importance: 3


What is the scrollbar width?

Write the code that returns the width of a standard scrollbar.

For Windows it usually varies between 12px and 20px, but if the browser reserves no space for it, then it may be 0px.

P.S. The code should work in any HTML document, do not depend on its content.