en.javascript.info/2-ui/1-document/09-size-and-scroll/2-scrollbar-width/task.md
Ilya Kantor b8df98ea28 fixes
2019-06-27 23:20:55 +03:00

11 lines
388 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 reserve any space for it (the scrollbar is half-translucent over the text, also happens), then it may be `0px`.
P.S. The code should work for any HTML document, do not depend on its content.