From 2505fdda269100e4d61ec8fb27ff83f5f9140d4d Mon Sep 17 00:00:00 2001 From: Keshav Date: Sun, 4 Feb 2024 20:42:49 +0530 Subject: [PATCH] Fixed Upload Modal --- client/styles/components/_uploader.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/styles/components/_uploader.scss b/client/styles/components/_uploader.scss index d1f4abf5a7..f3cb3135fc 100644 --- a/client/styles/components/_uploader.scss +++ b/client/styles/components/_uploader.scss @@ -2,5 +2,7 @@ @include themify() { background-color: getThemifyVariable('input-secondary-background-color'); color: getThemifyVariable('input-text-color'); + max-height: 70vh; + overflow-y: auto; } }