fix(Projects): set overflow-y to auto on Wrapper
This commit is contained in:
		@@ -159,7 +159,7 @@ const Minify = styled.div`
 | 
			
		||||
`;
 | 
			
		||||
 | 
			
		||||
const ProjectFinder = () => {
 | 
			
		||||
  const { loading, data } = useGetProjectsQuery({ fetchPolicy: 'cache-and-network' });
 | 
			
		||||
  const { data } = useGetProjectsQuery({ fetchPolicy: 'cache-and-network' });
 | 
			
		||||
  const [search, setSearch] = useState('');
 | 
			
		||||
  const [minified, setMinified] = useStickyState<Array<string>>([], 'project_finder_minified');
 | 
			
		||||
  const { hidePopup } = usePopup();
 | 
			
		||||
 
 | 
			
		||||
@@ -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