fix: inputbar height

This commit is contained in:
kangfenmao 2024-07-12 15:33:21 +08:00
parent 250cebc7d3
commit 28c3c8d585

View File

@ -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`