fix: inputbar height
This commit is contained in:
parent
41e00a0ace
commit
5f0f223b5b
@ -54,7 +54,7 @@ const Container = styled.div`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
height: calc(100vh - var(--navbar-height));
|
||||
`
|
||||
|
||||
const ContentContainer = styled.div`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user