feat(Inputbar.tsx): change height to min-height for Inputbar
This commit is contained in:
parent
4689bb53e9
commit
e64375a74c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user