aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJez Ng2012-09-08 01:07:41 -0400
committerJez Ng2012-09-08 01:08:27 -0400
commitb31846eb51113deb0cf40cc57d4fa5f2880a8e96 (patch)
tree952907dcfe510a1235ee8c72cf370965a6bff5cf
parent525276bde9b99d05b133f96f21e1ac187c068bb6 (diff)
downloadvimium-b31846eb51113deb0cf40cc57d4fa5f2880a8e96.tar.bz2
Ensure help dialog stays fully within the viewport.
-rw-r--r--vimium.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimium.css b/vimium.css
index cf626efe..24619a30 100644
--- a/vimium.css
+++ b/vimium.css
@@ -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;