Skip to content

Commit

Permalink
fix(filter-search): visible slider button and value
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Oct 9, 2024
1 parent 851bd3f commit 1ef82ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/App/SideBar/FilterSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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};
Expand Down

0 comments on commit 1ef82ba

Please sign in to comment.