fix: floating-ui fixes

This commit is contained in:
Eli Bosley
2024-10-02 17:31:56 -04:00
committed by Pujit Mehrotra
parent 6bfd221cd1
commit 30f92374d0
2 changed files with 10 additions and 5 deletions

View File

@@ -49,8 +49,7 @@ const icon = computed<{ component: Component, color: string } | null>(() => {
<span class="sr-only">Archive Notification</span>
<ArchiveBoxIcon class="size-4" />
</button>
<!-- Tooltip breaks the webgui -->
<!-- <TooltipProvider>
<TooltipProvider>
<Tooltip>
<TooltipTrigger as-child>
<button class="relative z-20">
@@ -62,7 +61,7 @@ const icon = computed<{ component: Component, color: string } | null>(() => {
<p>Archive</p>
</TooltipContent>
</Tooltip>
</TooltipProvider> -->
</TooltipProvider>
</div>
</header>