chore(message): increased message box base height; fixed vertical overflow

This commit is contained in:
2026-01-23 17:43:10 +01:00
parent 039c52a8b7
commit bfd14a8471
+3 -2
View File
@@ -255,6 +255,8 @@ export default defineComponent({
@use '../../styles/colors'; @use '../../styles/colors';
.order-message { .order-message {
overflow: auto;
h3 { h3 {
margin: 0; margin: 0;
margin-bottom: 1em; margin-bottom: 1em;
@@ -267,8 +269,7 @@ export default defineComponent({
} }
.message_body { .message_body {
height: 250px; height: 350px;
overflow: auto;
background-color: colors.$bgColLighter; background-color: colors.$bgColLighter;
color: white; color: white;