From f6add96fd626b32a77e29a4280d74f48a000560e Mon Sep 17 00:00:00 2001 From: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:00:24 +0530 Subject: [PATCH] feat: Make modal scrollable (#37504) --- client/src/components/settings/certification.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/components/settings/certification.css b/client/src/components/settings/certification.css index 081af05f1f9..bc26e478893 100644 --- a/client/src/components/settings/certification.css +++ b/client/src/components/settings/certification.css @@ -20,3 +20,7 @@ .table > tfoot > tr > td { border: none; } + +.modal { + overflow-y: auto; +}