https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5173df029664d710c8f38f63eea15781d77c1111 authored by seabld on 19 January 2012, 09:10:27 UTC
Added tag SEAMONKEY_2_7b4_RELEASE for changeset FIREFOX_10_0b5_BUILD1. CLOSED TREE a=release
Tip revision: 5173df0
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