From af19d0d77b233a2d27f10bb3e79f4f010ed6fc8e Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 17 Jan 2016 16:11:42 -0600 Subject: [PATCH] fix: Correct stylus comment about modal height --- website/public/css/avatar.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/public/css/avatar.styl b/website/public/css/avatar.styl index 4f74c086b4..690dc1bb79 100644 --- a/website/public/css/avatar.styl +++ b/website/public/css/avatar.styl @@ -22,7 +22,7 @@ future re: pets and whatnot, this is just temporary. .modal-content height: 100% .modal-body - max-height: calc(100% - 137px) // 100% = dialog height, 150px = header (70px) + footer (67px) + max-height: calc(100% - 137px) // 100% = dialog height, 137px = header (70px) + footer (67px) overflow-y: scroll .modal-footer margin: 0