Skip to content

Commit ff719f5

Browse files
authored
Change overflow from hidden to auto in Socials styles
1 parent 2351df2 commit ff719f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/Socials.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
align-items: center;
1313
align-content: center;
1414
padding-bottom: 2em;
15-
overflow: hidden;
15+
overflow: auto;
1616
height: 100vh;
1717
}
1818

0 commit comments

Comments
 (0)