From c8d9e38f26c73c279663205be2b4e66862fc7652 Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Sat, 17 Sep 2016 10:27:09 -0400 Subject: [PATCH] Fix max-height of modal --- src/scss/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_modal.scss b/src/scss/_modal.scss index c430854..67c447e 100644 --- a/src/scss/_modal.scss +++ b/src/scss/_modal.scss @@ -29,7 +29,7 @@ background-color: $white; left: calc(50% - 200px); - max-height: calc(100% - 10em); + max-height: calc(100% - 20em); max-width: 100%; min-height: 10em; overflow-y: auto;