Skip to content

Commit

Permalink
Merge pull request #1341 from holium/fix-no-overflow
Browse files Browse the repository at this point in the history
Always show scrollbar padding in WindowedList
  • Loading branch information
drunkplato authored Apr 7, 2023
2 parents 847f7cc + c5eb1f9 commit 1805962
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Container = styled.div<{ hideScrollbar?: boolean }>`
> :nth-child(1) {
overflow-x: hidden;
overflow-y: scroll !important;
/* custom scrollbar */
::-webkit-scrollbar {
Expand Down

0 comments on commit 1805962

Please sign in to comment.