mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed note list overflow when resized very small
parent
ccc726f2ae
commit
147f3ce073
|
@ -17,6 +17,7 @@ interface Props {
|
|||
const StyledRoot = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
export default function NoteListWrapper(props: Props) {
|
||||
|
|
Loading…
Reference in New Issue