fix(website): missing headers anchors (#3218)

This commit is contained in:
Erez Rokah 2020-02-10 16:13:38 +02:00 committed by GitHub
parent 0a482b1004
commit d61841f9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ import styled from '@emotion/styled';
const Children = styled.div`
overflow: auto;
padding-left: 2rem;
`;
const SidebarLayout = ({ sidebar, children }) => (