fix filebrowser height

This commit is contained in:
controlol 2021-11-01 21:27:47 +01:00
parent 116ecdfb72
commit 9f2264b1f4

View File

@ -25,7 +25,7 @@ export const Label = styled.label`
export const FileBrowsersContainer = styled.div`
display: flex;
gap: 0 1rem;
height: 100%;
height: calc(100% - 7rem);
`
export const FileBrowserWrapper = styled.div`