Skip to content

Commit

Permalink
add missing overflow-y in DaytimePage component (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 authored Feb 25, 2025
1 parent dc2af35 commit 3249a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/Navigation/Page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function DaytimePage({
>
<div className={daytimePageVariants({ period })} />
{header && <div className="flex flex-col">{header}</div>}
<div className="isolate flex w-full flex-1 flex-col [&>*]:flex-1">
<div className="isolate flex w-full flex-1 flex-col overflow-y-auto [&>*]:flex-1">
{children}
</div>
</div>
Expand Down

0 comments on commit 3249a2a

Please sign in to comment.