From 1ef82ba72b1e4020b41191613299d36905df5f5a Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Wed, 9 Oct 2024 12:45:35 +0500 Subject: [PATCH] fix(filter-search): visible slider button and value --- src/components/App/SideBar/FilterSearch/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App/SideBar/FilterSearch/index.tsx b/src/components/App/SideBar/FilterSearch/index.tsx index 71c4bc4fd..50ab7633f 100644 --- a/src/components/App/SideBar/FilterSearch/index.tsx +++ b/src/components/App/SideBar/FilterSearch/index.tsx @@ -166,7 +166,8 @@ const SearchFilterPopover = styled(Popper)` box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2); border-radius: 9px; max-width: 361px; - overflow: auto; + overflow-x: hidden; + overflow-y: auto; border: 1px solid ${colors.black}; z-index: 100; &::-webkit-scrollbar { @@ -365,7 +366,6 @@ export const VolumeControl = styled(Flex)` background-color: ${colors.black}; } .MuiSlider-thumb { - overflow-x: hidden; width: 20px; height: 20px; background-color: ${colors.white};