Skip to content

Commit 24c6b9a

Browse files
Fix Overflowing main content
1 parent 3e0a6ad commit 24c6b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/CovidApp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const styles = {
2525
flex: 1,
2626
padding: "4rem",
2727
position: "relative",
28+
overflow: "hidden",
2829
},
2930
header: {
3031
display: "flex",

0 commit comments

Comments
 (0)