mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-02 21:18:12 +00:00
chore(message): increased message box base height; fixed vertical overflow
This commit is contained in:
@@ -255,6 +255,8 @@ export default defineComponent({
|
||||
@use '../../styles/colors';
|
||||
|
||||
.order-message {
|
||||
overflow: auto;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
margin-bottom: 1em;
|
||||
@@ -267,8 +269,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.message_body {
|
||||
height: 250px;
|
||||
overflow: auto;
|
||||
height: 350px;
|
||||
|
||||
background-color: colors.$bgColLighter;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user