From 82b04ea8d0484ce61461256e8a6bc11caaac9794 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 3 Apr 2014 00:18:46 +0200 Subject: [PATCH] scss(popup): max-width 100% for huge content areas Closes #1031 --- scss/_popup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_popup.scss b/scss/_popup.scss index 247b944779..c1ddff83a5 100644 --- a/scss/_popup.scss +++ b/scss/_popup.scss @@ -14,6 +14,7 @@ visibility: hidden; width: $popup-width; + max-width: 100%; border-radius: $popup-border-radius; background-color: $popup-background-color;