Skip to content

Commit

Permalink
fix: add overflow property to swyxdotio preset
Browse files Browse the repository at this point in the history
  • Loading branch information
breadadams committed Apr 22, 2020
1 parent 70905bb commit 3111381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/presets/swyxdotio.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const code = (
padding: ${query.border};
`}
>
<Flex sx={{ position: 'relative', width: '100%' }}>
<Flex sx={{ position: 'relative', width: '100%', overflow: 'hidden' }}>
<Flex
css={`
::after {
Expand Down

0 comments on commit 3111381

Please sign in to comment.