From 3d7b32f359ffe31e0daa1b3aa69ac625fc3e2018 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 22 Sep 2016 12:54:23 -0400 Subject: [PATCH] make width and height of body important so that sweet alert doesnt override it --- src/popup/less/popup.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/less/popup.less b/src/popup/less/popup.less index 5c90c047..62db90b4 100644 --- a/src/popup/less/popup.less +++ b/src/popup/less/popup.less @@ -7,8 +7,8 @@ @import "pages.less"; body { - width: 320px; - height: 568px; + width: 320px !important; + height: 568px !important; background-color: @background-color; overflow: hidden; }