From 1115f2719c3e647ca1c1764c1b8a0140211bf3fa Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 19 Apr 2016 09:23:57 +0100 Subject: Help dialog; set maximum width. --- content_scripts/vimium.css | 1 + 1 file changed, 1 insertion(+) (limited to 'content_scripts') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 86411d0a..18908692 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -163,6 +163,7 @@ div#vimiumHelpDialog { top:50px; left: 50%; max-height: calc(100% - 100px - 12px); + max-width: calc(100% - 100px + 12px); width: calc(840px + 24px + 4px + 12px); margin-left:calc(0px - 420px - 12px - 2px - 6px); /* Minus half of the width, above. */ overflow: auto; -- cgit v1.2.3