Skip to content

Commit

Permalink
bringing back ai assistant button
Browse files Browse the repository at this point in the history
  • Loading branch information
makiopen committed Dec 12, 2024
1 parent 32436ae commit ff80200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Wiz.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</div>
</div>
</div>
<button class="absolute flex right-0 bottom-0 items-center justify-center border-0 shadow-xl bg-gray-50 h-16 w-16 p-4 rounded-full cursor-pointer hover:bg-white" on:click={() => {
<button class="z-50 absolute flex right-0 bottom-0 items-center justify-center border-0 shadow-xl bg-gray-50 h-16 w-16 p-4 rounded-full cursor-pointer hover:bg-white" on:click={() => {
showing = !showing
}}>
{#if showing}
Expand Down

0 comments on commit ff80200

Please sign in to comment.