blob: 03a539c3cc209c89e4e58b1d496f6b028373f3fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<div style="width: 200px; height: 200px; overflow: scroll;">
<div style="width: 1753px; height: 1753px"></div>
</div>
<!--
See scroll-thumb-minimum-size-notheme.html for the formula.
On XP/Vista at 96 dpi with theme enabled:
thumb_size = 17 (minimum size)
button_size = 17
scrollbar_thickness = 17
inner_div_size = (200 - 2 * 17 - 17) * (200 / 17) = 1753
-->
|