Desktop: Fixed note list overflow when resized very small

pull/4093/head
Laurent Cozic 2020-11-15 19:30:04 +00:00
parent ccc726f2ae
commit 147f3ce073
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ interface Props {
const StyledRoot = styled.div`
display: flex;
flex-direction: column;
overflow: hidden;
`;
export default function NoteListWrapper(props: Props) {