We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c44b8 commit 30e0200Copy full SHA for 30e0200
src/containers/write/PublishSeriesList.tsx
@@ -2,7 +2,8 @@ import SelectableList from '../../components/common/SelectableList';
2
import styled from 'styled-components';
3
4
const PublishSeriesList = styled(SelectableList)`
5
- flex: 1;
+ height: 16.5625rem;
6
+ overflow-y: auto;
7
`;
8
9
export default PublishSeriesList;
0 commit comments