Skip to content

Commit

Permalink
[Fix] 🐛 TempBottom Sytle
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed May 8, 2024
1 parent db77e6f commit 502c68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/chat/components/Chat/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ const auth = async () => {
:to="false"
>
<template #trigger>
<NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1;" />
<NButton style="position: fixed; left: 20px; bottom: 80px; z-index: -1; opacity: 0;" />
</template>
<div class="w-0 md:w-[60px]"></div>
<NVirtualList
Expand Down

0 comments on commit 502c68a

Please sign in to comment.