diff --git a/src/views/room/widgets/chat-input/ChatInputView.scss b/src/views/room/widgets/chat-input/ChatInputView.scss index f75d4012..90f754e5 100644 --- a/src/views/room/widgets/chat-input/ChatInputView.scss +++ b/src/views/room/widgets/chat-input/ChatInputView.scss @@ -70,6 +70,10 @@ width: $chat-input-style-selector-widget-width; max-height: $chat-input-style-selector-widget-height; + .content-area { + max-height: $chat-input-style-selector-widget-height; + } + .grid-item { font-size: $font-size-sm; height: 30px !important; diff --git a/src/views/room/widgets/chat-input/style-selector/ChatInputStyleSelectorView.tsx b/src/views/room/widgets/chat-input/style-selector/ChatInputStyleSelectorView.tsx index e2be6302..04bcb68f 100644 --- a/src/views/room/widgets/chat-input/style-selector/ChatInputStyleSelectorView.tsx +++ b/src/views/room/widgets/chat-input/style-selector/ChatInputStyleSelectorView.tsx @@ -48,7 +48,7 @@ export const ChatInputStyleSelectorView: FC = p - + { chatStyleIds && (chatStyleIds.length > 0) && chatStyleIds.map((styleId) => {