From 491716f4dd9b7d524ab7b28728a5fd40ee0274e9 Mon Sep 17 00:00:00 2001 From: AymanAlSuleihi Date: Sat, 3 Jan 2026 00:48:09 +0000 Subject: [PATCH] Fix double scrollbar in dropdown --- src/components/input/WebsiteSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/WebsiteSelect.tsx b/src/components/input/WebsiteSelect.tsx index 8d81eb9a07..04c773a713 100644 --- a/src/components/input/WebsiteSelect.tsx +++ b/src/components/input/WebsiteSelect.tsx @@ -65,7 +65,7 @@ export function WebsiteSelect({ renderValue={renderValue} listProps={{ renderEmptyState: () => , - style: { maxHeight: '400px' }, + style: { maxHeight: 'calc(42vh - 65px)' }, }} > {({ id, name }: any) => {name}}