From 69a332ab33c52ee9db64790a4ba68bc12aa46f2a Mon Sep 17 00:00:00 2001 From: Mohit Kambli <31406633+MohitKambli@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:34:10 -0500 Subject: [PATCH] Fix #6404 : Version dropdown on download page doesn't scroll on overflow (#6411) * Fix #6404 : Version dropdown on download page doesn't scroll on overflow * Fix #6404 : Version dropdown on download page doesn't scroll on overflow (Updated v1) * Fix #6404 : Version dropdown on download page doesn't scroll on overflow (Updated v2) --- components/Common/Select/index.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Common/Select/index.module.css b/components/Common/Select/index.module.css index ff538aad85dd7..04b92f15cb4f6 100644 --- a/components/Common/Select/index.module.css +++ b/components/Common/Select/index.module.css @@ -59,8 +59,10 @@ } .dropdown { - @apply max-w-xs + @apply max-h-48 + max-w-xs overflow-hidden + overflow-y-auto rounded-md border border-neutral-200