diff options
| author | Caleb Spare | 2012-08-19 23:39:51 -0700 | 
|---|---|---|
| committer | Caleb Spare | 2012-08-19 23:39:51 -0700 | 
| commit | 267492b4594a08c62145a33a40b71f353c52af35 (patch) | |
| tree | dfbf6b501c85de6295991537062faa7d55083685 | |
| parent | 3001bdc53c160c3606ef6903d71db675f4ffcb9a (diff) | |
| download | vimium-267492b4594a08c62145a33a40b71f353c52af35.tar.bz2 | |
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;  } | 
