diff --git a/src/App.css b/src/App.css index a5a0d52..61fa258 100644 --- a/src/App.css +++ b/src/App.css @@ -17,7 +17,7 @@ html, body, #app { } html { - overflow: hidden; + overflow-x: hidden; } .arco-icon { diff --git a/src/components/ChatInput.vue b/src/components/ChatInput.vue index 705fb43..a694f46 100644 --- a/src/components/ChatInput.vue +++ b/src/components/ChatInput.vue @@ -355,6 +355,7 @@ defineExpose({reGenerate, promptForm});