Skip to content

Commit

Permalink
replace overflow hidden with auto (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw authored Dec 24, 2024
1 parent 886444a commit 46d9781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/components/CmsSidebar/CmsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function CmsContainer({
{sidenav}
</Box>
</GridItem>
<GridItem as="main" area="main" overflow="hidden">
<GridItem as="main" area="main" overflow="auto">
<Box
height={0}
minH="100%"
Expand Down

0 comments on commit 46d9781

Please sign in to comment.