fix: inputbar height

This commit is contained in:
kangfenmao 2024-07-12 15:33:21 +08:00
parent 41e00a0ace
commit 5f0f223b5b

View File

@ -54,7 +54,7 @@ const Container = styled.div`
display: flex; display: flex;
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
height: 100%; height: calc(100vh - var(--navbar-height));
` `
const ContentContainer = styled.div` const ContentContainer = styled.div`