Skip to content

Commit

Permalink
Merge pull request #2172 from MuhammadUmer44/filter-search-remove-scr…
Browse files Browse the repository at this point in the history
…oll-bottom

Fix[FilterSearch]: Bottom Slider Issue When Maxing Filter
  • Loading branch information
Rassl authored Sep 26, 2024
2 parents fb3da96 + fcb1c67 commit 278a975
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 @@ -365,6 +365,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 278a975

Please sign in to comment.