Skip to content

Commit

Permalink
fix(dashboard): visible scrollbar in overview cards
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored and thsig committed Mar 10, 2021
1 parent 2231184 commit 463fa5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/src/components/entity-cards/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const EntityCardWrap = styled.div`
width: 100%;
margin-top: 1rem;
padding: 0.75rem 0.75rem 0.4rem 0.75rem;
overflow-y: hidden;
&:first-of-type {
margin-top: 0;
Expand All @@ -33,6 +34,7 @@ export const Header = styled.div`
width: 100%;
display: flex;
justify-content: space-between;
overflow-y: hidden;
`

export const Content = styled.div`
Expand Down

0 comments on commit 463fa5b

Please sign in to comment.