Skip to content

Commit

Permalink
Fix scrolling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Feb 22, 2022
1 parent 2dd97d0 commit 91c5810
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ const ActionButtonsContainer = styled.div`
background: linear-gradient(transparent, white 25%);
pointer-events: none;
& > button {
pointer-events: auto;
}
& > .filter-apply-button {
margin-bottom: ${theme.gridUnit * 3}px;
}
Expand Down

0 comments on commit 91c5810

Please sign in to comment.