Skip to content

Commit

Permalink
fix: card overflow (#13429)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Dec 14, 2021
1 parent 36cd231 commit df66ed2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/components/io-card-container/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
margin: -4px;
padding: 4px;
margin: 0 -24px;
padding: 6px 24px;

@media (--medium-up) {
margin: 0;
padding: 0;
overflow-x: unset;
}

Expand Down

0 comments on commit df66ed2

Please sign in to comment.