Skip to content

Commit

Permalink
Overflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rgba committed Nov 23, 2024
1 parent f44abe0 commit e6abe2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const PlaygroundChat = ({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
overflow: 'hidden', // Rely on inner overflows, not outer page
}}>
<Box
sx={{
Expand Down Expand Up @@ -139,6 +140,7 @@ export const PlaygroundChat = ({
overflow: 'scroll',
paddingTop: '48px', // Height of the top bar
paddingX: '16px',
flexGrow: 1,
}}>
<Tailwind>
<div className=" mx-auto h-full min-w-[400px] max-w-[800px] pb-8">
Expand Down

0 comments on commit e6abe2b

Please sign in to comment.