Skip to content

Commit

Permalink
Fix scroll longer card firefox (changelog ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 30, 2021
1 parent 31beefc commit 175889a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/pages/Catalog/CatalogCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const { useClassNames } = createUseClassNames()(
"body": {
"margin": 0,
"flex": 1,
"overflow": "auto"
//TODO: Commented out for mozilla (longer one always have scroll in a grid)
//"overflow": "auto"
},
"buttonsWrapper": {
"display": "flex",
Expand Down

0 comments on commit 175889a

Please sign in to comment.