Skip to content

Commit

Permalink
refactor: change overflow-x-auto to universal overflow-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokpp committed Apr 27, 2022
1 parent 42cc80c commit 6ffeab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default {
size: {
...default__padding_and_text,
},
scrollable: `overflow-x-auto whitespace-nowrap no-scrollbar mask-fadeout-right`,
scrollable: `overflow-auto whitespace-nowrap no-scrollbar mask-fadeout-right`,
content: `focus:outline-none focus:ring text-scale-900`,
},

Expand Down

0 comments on commit 6ffeab9

Please sign in to comment.