docs: fix scroll on mobile safari

This commit is contained in:
unix
2020-03-26 11:56:25 +08:00
parent 3a16b61c4d
commit 0e016ea85e
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ export const Layout: React.FC<React.PropsWithChildren<Props>> = React.memo(({ ch
margin: 0 auto;
padding: 0 ${theme.layout.gap};
display: flex;
box-sizing: border-box;
}
.sidebar {