From c9fef951caf751d024a0c3d3f0c1258cbaacee20 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Fri, 27 Feb 2015 17:04:26 -0500 Subject: [PATCH] Fix issue where the keyboard couldn't scroll, fixes #7 --- popup.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/popup.css b/popup.css index 6b6a186..c44d749 100644 --- a/popup.css +++ b/popup.css @@ -1,14 +1,12 @@ html{ height:600px; max-height: 600px; - overflow-y:scroll; - overflow-x: hidden; } body{ height:600px; max-height:600px; width:400px; - overflow-y:scroll; + overflow-y: scroll; overflow-x: hidden; margin:0px; }