We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293ef85 commit 21e36bbCopy full SHA for 21e36bb
src/page.js
@@ -35,7 +35,7 @@ const PageElement = ({element, props}) => {
35
<PageProvider value={page}>
36
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
37
<Header />
38
- <Box sx={{zIndex: 0, display: 'flex', flex: '1 1 auto', flexDirection: 'row'}} role="main">
+ <Box sx={{zIndex: 0, display: 'flex', flex: '1 1 auto', flexDirection: 'row'}}>
39
<Box sx={{display: ['none', null, null, 'block']}}>
40
<Sidebar />
41
</Box>
0 commit comments