We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c748f09 commit 0aa8cbeCopy full SHA for 0aa8cbe
src/components/DashboardLayout.tsx
@@ -3,7 +3,7 @@ import {Container} from '@sanity/ui'
3
4
export function DashboardLayout(props: PropsWithChildren<{}>) {
5
return (
6
- <Container width={4} padding={4} sizing="border" style={{minHeight: '100%'}}>
+ <Container width={4} padding={4} sizing="border" style={{height: '100%', overflowY: 'auto'}}>
7
{props.children}
8
</Container>
9
)
0 commit comments