From 8a14d3dddc99cb457a30fd00d8b3a8df9851ccb3 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 1 Apr 2016 14:16:23 +0100 Subject: Fix height of help dialog. Following on from f0911e52f0e71c6d2539bdc74a09ff2dbd5ab125, I omitted to verify that the height of the dialog was correct on taller screens. --- content_scripts/vimium.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 68d8d1e5..b03778fb 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -144,8 +144,8 @@ iframe.vimiumHelpDialogFrame { width:680px; min-width:400px; - height:calc(100% - 65px); - max-height:calc(100% - 65px); + height: 740px; + max-height: 85%; display: block; position: fixed; -- cgit v1.2.3