mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): fix horizontal scrolling example in scroll-shadow (#4820)
This commit is contained in:
parent
c659e2f215
commit
2913bfdb7e
@ -68,7 +68,9 @@ export const Content = () => (
|
||||
export default function App() {
|
||||
return (
|
||||
<ScrollShadow className="max-w-[400px] max-h-[300px]" orientation="horizontal">
|
||||
<Content className="w-[800px]" />
|
||||
<div className="w-[800px]">
|
||||
<Content />
|
||||
</div>
|
||||
</ScrollShadow>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user