From e766397be06de75e16833705b4942b3306d364f3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Jan 2017 22:09:06 -0500 Subject: Increase modal box max-height --- assets/sass/_modal.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/sass') diff --git a/assets/sass/_modal.sass b/assets/sass/_modal.sass index 7ade3be5..68b0329b 100644 --- a/assets/sass/_modal.sass +++ b/assets/sass/_modal.sass @@ -13,7 +13,7 @@ #modal-box position: fixed - max-height: calc(100% - 50px) + max-height: calc(100% - 30px) top: 2% left: 50% transform: translateX(-50%) -- cgit v1.2.3