diff --git a/src/components/AssistantFormInputs.vue b/src/components/AssistantFormInputs.vue index 35958b33..b4329f7b 100644 --- a/src/components/AssistantFormInputs.vue +++ b/src/components/AssistantFormInputs.vue @@ -56,9 +56,7 @@ @update:value="onUpdateCopywriter" /> -
- -
+
@@ -318,6 +316,9 @@ export default { @@ -178,13 +174,14 @@ export default { } .assistant-modal--wrapper { - //width: 100%; - padding: 16px; + width: 100%; + display: flex; overflow-y: auto; } .assistant-modal--content { width: 100%; + padding: 16px; display: flex; flex-direction: column; align-items: center; @@ -201,6 +198,7 @@ export default { .form { width: 100%; + height: 100%; } } diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 4a4aab99..c87b51bd 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -517,9 +517,9 @@ export default {