summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-24 19:35:53 +0000
committerDavid Hill <[email protected]>2026-01-24 22:02:08 +0000
commit2c620e174253a03f1b04aaba6760f2b89fc568b0 (patch)
treec2ab0cb03f9432f21dd22a40a095f5717a816040 /packages/ui/src/components
parent262084d7e69202a26f9494ece5c66af757be31ff (diff)
downloadopencode-2c620e174253a03f1b04aaba6760f2b89fc568b0.tar.gz
opencode-2c620e174253a03f1b04aaba6760f2b89fc568b0.zip
fix(app): update status popover styling and positioning
Diffstat (limited to 'packages/ui/src/components')
-rw-r--r--packages/ui/src/components/popover.tsx1
1 files changed, 1 insertions, 0 deletions
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<T extends ValidComponent = "div">
description?: JSXElement
class?: ComponentProps<"div">["class"]
classList?: ComponentProps<"div">["classList"]
+ style?: ComponentProps<"div">["style"]
portal?: boolean
}