Skip to content

Commit

Permalink
Merge pull request #2322 from Shoaibdev7/visible-Slider-button-and-value
Browse files Browse the repository at this point in the history
[`FilterSearch`]: `Slider` button and `values` not visible on `Source` and `Node` sliders
  • Loading branch information
Rassl authored Oct 17, 2024
2 parents 413a9df + 542b222 commit b622a21
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 @@ -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 {
Expand Down Expand Up @@ -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};
Expand Down

0 comments on commit b622a21

Please sign in to comment.