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