From b31846eb51113deb0cf40cc57d4fa5f2880a8e96 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 8 Sep 2012 01:07:41 -0400 Subject: Ensure help dialog stays fully within the viewport. --- vimium.css | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3