Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Remove ability to scroll on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 4, 2018
1 parent 16242b3 commit dade491
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Card/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export default styled(Pane)`
}
`;
export const CardContent = styled(Box)`
max-height: 50vh;
overflow-y: scroll;
& {
${theme('fannypack.Card.Content.base')};
}
Expand Down

0 comments on commit dade491

Please sign in to comment.