Skip to content

Commit

Permalink
fix #408 - First filter on modal is cut off (#409)
Browse files Browse the repository at this point in the history
Closes #408
  • Loading branch information
nancy-dassana committed Jul 22, 2021
1 parent c19be48 commit 2617b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.11.19",
"version": "0.11.20",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filters/FilterModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const useStyles = createUseStyles({
background: popoverPalette[light].background,
bottom: 0,
display: ({ isPopoverOpen }) => (isPopoverOpen ? 'flex' : 'none'),
height: '100%',
height: '100vh',
left: 0,
position: 'fixed',
right: 0,
Expand Down

0 comments on commit 2617b4b

Please sign in to comment.