Spaces:
Sleeping
Sleeping
bot08
commited on
fix: resolve z-index overlapping issue in chat branch navigation (#1602)
Browse files
src/lib/components/chat/ChatMessage.svelte
CHANGED
@@ -454,7 +454,7 @@
|
|
454 |
<svelte:fragment slot="childrenNav">
|
455 |
{#if nChildren > 1 && $convTreeStore.editing === null}
|
456 |
<div
|
457 |
-
class="font-white group/navbranch z-
|
458 |
>
|
459 |
<button
|
460 |
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"
|
|
|
454 |
<svelte:fragment slot="childrenNav">
|
455 |
{#if nChildren > 1 && $convTreeStore.editing === null}
|
456 |
<div
|
457 |
+
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"
|
458 |
>
|
459 |
<button
|
460 |
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"
|