diff options
| author | Jez Ng | 2012-09-08 01:07:41 -0400 |
|---|---|---|
| committer | Jez Ng | 2012-09-08 01:08:27 -0400 |
| commit | b31846eb51113deb0cf40cc57d4fa5f2880a8e96 (patch) | |
| tree | 952907dcfe510a1235ee8c72cf370965a6bff5cf | |
| parent | 525276bde9b99d05b133f96f21e1ac187c068bb6 (diff) | |
| download | vimium-b31846eb51113deb0cf40cc57d4fa5f2880a8e96.tar.bz2 | |
Ensure help dialog stays fully within the viewport.
| -rw-r--r-- | vimium.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ div#vimiumHelpDialog { border-radius:6px; padding:8px 12px; width:640px; + max-height: 85%; left:50%; /* This needs to be 1/2 width to horizontally center the help dialog */ margin-left:-320px; |
