fix(Projects): set overflow-y to auto on Wrapper
This commit is contained in:
@ -150,6 +150,7 @@ const Wrapper = styled.div`
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
overflow-y: auto;
|
||||
`;
|
||||
|
||||
const ProjectSectionTitleWrapper = styled.div`
|
||||
|
Reference in New Issue
Block a user