From 2c620e174253a03f1b04aaba6760f2b89fc568b0 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 24 Jan 2026 19:35:53 +0000 Subject: fix(app): update status popover styling and positioning --- packages/ui/src/components/popover.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/ui/src') diff --git a/packages/ui/src/components/popover.tsx b/packages/ui/src/components/popover.tsx index 8552f601a..1c6588250 100644 --- a/packages/ui/src/components/popover.tsx +++ b/packages/ui/src/components/popover.tsx @@ -13,6 +13,7 @@ export interface PopoverProps description?: JSXElement class?: ComponentProps<"div">["class"] classList?: ComponentProps<"div">["classList"] + style?: ComponentProps<"div">["style"] portal?: boolean } -- cgit v1.2.3