Skip to content

Commit

Permalink
fix(filter-search): maxing filtercauses bottom silder
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmer44 committed Sep 19, 2024
1 parent 7ffb3a9 commit fcb1c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App/SideBar/FilterSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit fcb1c67

Please sign in to comment.