diff options
| author | Phil Crosby | 2012-08-20 11:23:34 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-08-20 11:23:34 -0700 | 
| commit | 66974a7a07512b69b4d48e60a87cfcfafaf4faf0 (patch) | |
| tree | ef79dad3d0d17d8eaefcb666b721724a68ace36d | |
| parent | 86094d850c3a6cd9d634a83221ae5fc70365f7f0 (diff) | |
| parent | 267492b4594a08c62145a33a40b71f353c52af35 (diff) | |
| download | vimium-66974a7a07512b69b4d48e60a87cfcfafaf4faf0.tar.bz2 | |
Merge pull request #621 from cespare/help-dialog-no-scrollbar
Don't show a useless scrollbar on the help dialog.
| -rw-r--r-- | vimium.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -102,7 +102,7 @@ div#vimiumHelpDialog {    margin-left:-320px;    top:50px;    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px; -  overflow-y: scroll; +  overflow-y: auto;    z-index:99999998;  } | 
