feat(Inputbar.tsx): change height to min-height for Inputbar

This commit is contained in:
kangfenmao 2024-07-31 13:41:02 +08:00
parent 4689bb53e9
commit e64375a74c

View File

@ -215,7 +215,7 @@ const Container = styled.div`
display: flex;
flex-direction: column;
width: 100%;
height: var(--input-bar-height);
min-height: var(--input-bar-height);
border-top: 0.5px solid var(--color-border);
padding: 5px 15px;
transition: all 0.3s ease;