diff --git a/src/components/App/SideBar/FilterSearch/index.tsx b/src/components/App/SideBar/FilterSearch/index.tsx index 8e18af0b0..5fc914029 100644 --- a/src/components/App/SideBar/FilterSearch/index.tsx +++ b/src/components/App/SideBar/FilterSearch/index.tsx @@ -150,7 +150,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 { @@ -242,7 +243,6 @@ export const VolumeControl = styled(Flex)` background-color: ${colors.black}; } .MuiSlider-thumb { - overflow-x: hidden; width: 20px; height: 20px; background-color: ${colors.white};