Skip to content

Commit

Permalink
Fixing icon demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Nov 18, 2021
1 parent 06726db commit f6b8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Demo = ({
{themeControls ?? <TabItem title="Theme">{themeControls}</TabItem>}
</Tabs>
</Flex>
<View flex="1" position="relative">
<View flex="1" position="relative" style={{ overflow: 'auto' }}>
<CopyToClipboard text={code} onCopy={copy}>
<Button
size="small"
Expand Down

0 comments on commit f6b8470

Please sign in to comment.