Skip to content

Commit

Permalink
fix(tabs): automatically add scrollbar when content overflows (#6278)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
emyarod and joshblack committed Jun 23, 2020
1 parent afc0642 commit 6c4596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
@include carbon--breakpoint(md) {
display: flex;
transition: inherit;
overflow-x: scroll;
overflow-x: auto;
max-width: 100%;
max-height: none;
}
Expand Down

0 comments on commit 6c4596d

Please sign in to comment.