Skip to content

Commit

Permalink
feat: update overflow content
Browse files Browse the repository at this point in the history
  • Loading branch information
harryle95 committed Jun 11, 2024
1 parent 276ab1e commit f63ea31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default function App() {
<styled.div twFlexShrink="flex-shrink-0">
<Root />
</styled.div>
<styled.div twFlexGrow="flex-grow" twMargin="my-5 mx-10">
<styled.div
twFlexGrow="flex-grow"
twMargin="my-5 mx-10"
twOverflow="overflow-y-auto"
>
<Outlet />
</styled.div>
</styled.div>
Expand Down

0 comments on commit f63ea31

Please sign in to comment.