11 lines
135 B
SCSS
11 lines
135 B
SCSS
|
.tui-chat-uni {
|
||
|
&-message-input {
|
||
|
max-height: 370px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
&-message-input-toolbar {
|
||
|
z-index: 100;
|
||
|
}
|
||
|
}
|