mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: floating-ui fixes
This commit is contained in:
committed by
Pujit Mehrotra
parent
6bfd221cd1
commit
30f92374d0
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user