diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 75de0cb..3cd8952 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -22,7 +22,7 @@
- - diff --git a/src/stores/app.ts b/src/stores/app.ts index a7d2560..0f3e936 100644 --- a/src/stores/app.ts +++ b/src/stores/app.ts @@ -8,5 +8,6 @@ export const useAppStore = defineStore("app", { contentScrollHeight: 0, contentScrollPosition: 0, contentScrollOnBottom: false, + contentScrollable: false, }), });