Skip to content

Commit

Permalink
v0.11.19 -> v0.11.20 (#410)
Browse files Browse the repository at this point in the history
* fix #408 - First filter on modal is cut off (#409)
  • Loading branch information
nancy-dassana committed Jul 23, 2021
1 parent 17deb46 commit f0e723f
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 f0e723f

Please sign in to comment.