https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fc51d46b21b0366b08c13b9c4bb4c17a33858ea0 authored by seabld on 06 January 2013, 06:20:10 UTC
Added tag SEAMONKEY_2_15_RELEASE for changeset FIREFOX_18_0_BUILD1. CLOSED TREE a=release
Tip revision: fc51d46
scroll-thumb-minimum-size-theme.html
<!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
-->
back to top