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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user