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:
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
Block a user