Skip to content

Commit 91ca7c1

Browse files
Remove unused overflowX prop of treemap
1 parent 422d6a0 commit 91ca7c1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/www/App.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,7 @@ const App = () => {
375375
</CenteringGrid>
376376
</Grid>
377377
</Container>
378-
<Container
379-
maxWidth="lg"
380-
component="section"
381-
sx={{
382-
overflowX: "scroll",
383-
}}
384-
>
378+
<Container maxWidth="lg" component="section">
385379
<Paper
386380
elevation={2}
387381
sx={{

0 commit comments

Comments
 (0)