Fix: Placeholder would overflow sidebar.

This commit is contained in:
Paul
2021-06-29 22:21:26 +01:00
parent 8935c26dfb
commit b31183e0f8
3 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export const GenericSidebarList = styled.div`
flex-grow: 1;
overflow-y: scroll;
> svg {
> img {
width: 100%;
}
`;