Skip to content

Commit

Permalink
fix: fix the file-tabs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cccoding365 authored Sep 27, 2024
1 parent 064f4f6 commit 3610869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/file-tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const tabsClassName = css({

const tabsScrollableClassName = css({
padding: '0 $space$2',
overflow: 'auto',
overflowX: 'auto',
overflowY: 'hidden',
display: 'flex',
flexWrap: 'nowrap',
alignItems: 'stretch',
Expand Down

0 comments on commit 3610869

Please sign in to comment.