From c7964ab527304f48a9f9748e3c63dbfed82016ee Mon Sep 17 00:00:00 2001 From: Sophie Turner Date: Sun, 29 Sep 2024 01:16:27 +0500 Subject: [PATCH] fix(filter-search): duplicate Scroll Bar appears --- src/components/App/SideBar/FilterSearch/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/App/SideBar/FilterSearch/index.tsx b/src/components/App/SideBar/FilterSearch/index.tsx index 71c4bc4fd..3bda4585e 100644 --- a/src/components/App/SideBar/FilterSearch/index.tsx +++ b/src/components/App/SideBar/FilterSearch/index.tsx @@ -247,8 +247,6 @@ const SchemaTypeWrapper = styled(Flex).attrs({ })` flex-wrap: wrap; gap: 10px; - max-height: 400px; - overflow-y: auto; padding-right: 10px; margin-right: calc(0px - 16px); `