From bc92b31cb38efeffee73d07498c0a36c8933baed Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sat, 28 Feb 2015 11:02:46 -0500 Subject: [PATCH] Remove height from body, resolves #8 --- popup.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/popup.css b/popup.css index c44d749..d47a3cb 100644 --- a/popup.css +++ b/popup.css @@ -1,9 +1,8 @@ html{ - height:600px; + height: 600px; max-height: 600px; } body{ - height:600px; max-height:600px; width:400px; overflow-y: scroll;