diff options
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index f323cbd6..6e262f32 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -138,7 +138,7 @@ div#vimiumHelpDialog { border-radius:6px; padding:8px 12px; width:640px; - max-height: 85%; + max-height: calc(100% - 80px); left:50%; /* This needs to be 1/2 width to horizontally center the help dialog */ margin-left:-320px; |
