Skip to content

Commit f615932

Browse files
authored
Merge pull request bchiang7#214 from hichemfantar/patch-2
Fix overflow issue
2 parents 333c694 + 47b58f7 commit f615932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sections/projects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const StyledProject = styled.li`
7373
border-radius: var(--border-radius);
7474
background-color: var(--light-navy);
7575
transition: var(--transition);
76+
overflow: auto;
7677
}
7778
7879
.project-top {

0 commit comments

Comments
 (0)