Skip to content

Commit

Permalink
Update src/PageLayout/PageLayout.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Bemis <colebemis@github.com>
  • Loading branch information
radglob and colebemis authored Dec 13, 2022
1 parent fb234f6 commit 1e1eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ const Pane = React.forwardRef<HTMLDivElement, React.PropsWithChildren<PageLayout
? ['100%', null, 'clamp(var(--pane-min-width), var(--pane-width), var(--pane-max-width))']
: paneWidths[width],
padding: SPACING_MAP[padding],
overflow: [null, 'auto'],
overflow: [null, null, 'auto'],

[`@media screen and (min-width: ${theme.breakpoints[3]})`]: {
'--pane-max-width': 'calc(100vw - 959px)',
Expand Down

0 comments on commit 1e1eb12

Please sign in to comment.