From fcb1c67eaf87da9f5c226230c75529491697b471 Mon Sep 17 00:00:00 2001 From: MuhammadUmer44 Date: Thu, 19 Sep 2024 20:59:35 +0500 Subject: [PATCH] fix(filter-search): maxing filtercauses bottom silder --- src/components/App/SideBar/FilterSearch/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/SideBar/FilterSearch/index.tsx b/src/components/App/SideBar/FilterSearch/index.tsx index 44e9e7ae8..92e6e11f3 100644 --- a/src/components/App/SideBar/FilterSearch/index.tsx +++ b/src/components/App/SideBar/FilterSearch/index.tsx @@ -352,6 +352,7 @@ export const VolumeControl = styled(Flex)` background-color: ${colors.black}; } .MuiSlider-thumb { + overflow-x: hidden; width: 20px; height: 20px; background-color: ${colors.white};