Skip to content

Commit

Permalink
Merge pull request #9383 from baker-travis/knob-groups-overflow-not-s…
Browse files Browse the repository at this point in the history
…crolling

UI: Fix tabs to scroll horizontally
  • Loading branch information
shilman committed Jan 29, 2020
2 parents 29ab066 + 0114672 commit 17095f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/bar/bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const BarInner = styled.div<{ bgColor: string }>(({ bgColor }) => ({
flexShrink: 0,
height: 40,
backgroundColor: bgColor || '',
overflowX: 'auto',
}));

export interface FlexBarProps {
Expand Down

0 comments on commit 17095f8

Please sign in to comment.