We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77e6f commit 502c68aCopy full SHA for 502c68a
frontend/src/views/chat/components/Chat/Chat.vue
@@ -478,7 +478,7 @@ const auth = async () => {
478
:to="false"
479
>
480
<template #trigger>
481
- <NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1;" />
+ <NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1; opacity: 0;" />
482
</template>
483
<div class="w-0 md:w-[60px]"></div>
484
<NVirtualList
0 commit comments