en.javascript.info/2-ui/1-document/09-size-and-scroll/2-scrollbar-width/task.md
Ilya Kantor aeb74092b6 up
2017-03-14 04:09:37 +03:00

11 lines
325 B
Markdown

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`. If the browser doesn't reserves any space for it, then it may be `0px`.
P.S. The code should work for any HTML document, do not depend on its content.