diff options
| author | Phil Crosby | 2014-12-14 12:45:31 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2014-12-14 12:45:31 -0800 | 
| commit | 4550c90d1c7d2c093ad37074bf4a9c09a2d29ea0 (patch) | |
| tree | f62241100e7fbace6262b14a3dda282bbffe6a35 /pages | |
| parent | 07a67a7ab041ac594e12abcd6b814d21df59da87 (diff) | |
| download | vimium-4550c90d1c7d2c093ad37074bf4a9c09a2d29ea0.tar.bz2 | |
Allow more exclusion rules before showing a scrollbar
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/options.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pages/options.html b/pages/options.html index acb26aab..8e685304 100644 --- a/pages/options.html +++ b/pages/options.html @@ -170,7 +170,8 @@          overflow: scroll;          overflow-x: hidden;          overflow-y: auto; -        max-height: 135px; +        /* Each exclusion rule is about 30px, so this allows 7 before scrolling */ +        max-height: 215px;          min-height: 75px;          border-radius: 2px;          color: #444; | 
