Skip to content

Commit 3fda971

Browse files
author
Emily
authored
Merge pull request #90 from primer/overflow
Remove overflow hidden style
2 parents 89d7b80 + 86afcaf commit 3fda971

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/gatsby-theme-doctocat",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {

theme/src/components/live-code.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function LiveCode({code, language}) {
4242
as={Flex}
4343
flexDirection="column"
4444
mb={3}
45-
css={{overflow: 'hidden'}}
4645
>
4746
<LiveProvider
4847
scope={scope}

0 commit comments

Comments
 (0)