Skip to content

Commit 47b58f7

Browse files
authored
Fix overflow issue
Closes bchiang7#209
1 parent 333c694 commit 47b58f7

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)