Skip to content

Commit

Permalink
demo link list only scrollable if there's overflow (#2462)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
theiliad and kodiakhq[bot] authored Jul 29, 2021
1 parent a5134d8 commit 488c4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ComponentDemo/Code/Code.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.link-list {
display: flex;
overflow-x: scroll;
overflow-x: auto;
@include carbon--breakpoint('md') {
overflow-x: visible;
}
Expand Down

1 comment on commit 488c4d2

@vercel
Copy link

@vercel vercel bot commented on 488c4d2 Jul 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.