improved ui of chat text input
This commit is contained in:
@@ -40,13 +40,14 @@
|
||||
}
|
||||
|
||||
.chatContainer {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 65px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--theme-color-background-chat);
|
||||
height: 100%;
|
||||
}
|
||||
.virtuoso {
|
||||
width: auto;
|
||||
flex-grow: 1;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user