fix: Various extra scrollbars when not using mac-style overlaying scrollbars (#1242)

* fix: Various extra scrollbars when not using mac-style overlaying scrollbars

* Sidebar z-index
This commit is contained in:
Tom Moor
2020-04-24 18:44:21 -07:00
committed by GitHub
parent 6db92c9f49
commit 870b91f17a
5 changed files with 6 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ const Pre = styled.pre`
background: #f9fbfc;
border-radius: 4px;
border: 1px solid #e8ebed;
overflow: scroll;
overflow: auto;
`;
const Code = styled.code`