From 82d27f8d159d42c04c2fd81dfa90507244f38fd2 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Mon, 23 Feb 2015 20:52:49 -0500 Subject: [PATCH] Remove margin on body --- popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.css b/popup.css index 0d509da..bd4d040 100644 --- a/popup.css +++ b/popup.css @@ -7,6 +7,7 @@ body{ max-height:600px; width:400px; overflow:scroll; + margin:0px; } ul#windows{ max-height:600px;