1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixed note list overflow when resized very small

This commit is contained in:
Laurent Cozic 2020-11-15 19:30:04 +00:00
parent ccc726f2ae
commit 147f3ce073

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) {