Skip to content

Commit

Permalink
update overflow container
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Aug 29, 2024
1 parent b0cfb55 commit e50d7e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/core",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"keywords": [
"react",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/src/components/OverflowContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export const OverflowContainer = (props: OverflowContainerProps) => {
w-full
overflow-x-auto
whitespace-nowrap
print:overflow-visible
print:whitespace-normal
`

return (
Expand Down

0 comments on commit e50d7e2

Please sign in to comment.