Skip to content

Commit

Permalink
fix: resolve z-index overlapping issue in chat branch navigation (#1602)
Browse files Browse the repository at this point in the history
fix z-index
  • Loading branch information
bot08 authored Nov 28, 2024
1 parent b9ecf70 commit 8b24c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
<svelte:fragment slot="childrenNav">
{#if nChildren > 1 && $convTreeStore.editing === null}
<div
class="font-white group/navbranch z-10 -mt-1 ml-3.5 mr-auto flex h-6 w-fit select-none flex-row items-center justify-center gap-1 text-sm"
class="font-white group/navbranch z-0 -mt-1 ml-3.5 mr-auto flex h-6 w-fit select-none flex-row items-center justify-center gap-1 text-sm"
>
<button
class="inline text-lg font-thin text-gray-400 hover:text-gray-800 disabled:pointer-events-none disabled:opacity-25 dark:text-gray-500 dark:hover:text-gray-200"
Expand Down

0 comments on commit 8b24c8f

Please sign in to comment.