Skip to content

Commit 502c68a

Browse files
committed
[Fix] 🐛 TempBottom Sytle
1 parent db77e6f commit 502c68a

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/chat/components/Chat

1 file changed

+1
-1
lines changed

frontend/src/views/chat/components/Chat/Chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ const auth = async () => {
478478
:to="false"
479479
>
480480
<template #trigger>
481-
<NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1;" />
481+
<NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1; opacity: 0;" />
482482
</template>
483483
<div class="w-0 md:w-[60px]"></div>
484484
<NVirtualList

0 commit comments

Comments
 (0)