From bb5016d03339558820c2324b8f8f138a9c2c800f Mon Sep 17 00:00:00 2001 From: dixso Date: Sun, 8 Jan 2017 09:49:21 +0100 Subject: [PATCH] Bug fix height overflow --- src/custombox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/custombox.scss b/src/custombox.scss index c5a835a..39878b7 100644 --- a/src/custombox.scss +++ b/src/custombox.scss @@ -89,6 +89,8 @@ $effect23: #{$cb}-flash; .#{$content} { > * { max-width: 100%; + max-height: 100%; + overflow-y: auto; } } .#{$cb}-fullscreen.#{$content} {