fix(app): update status popover styling and positioning
This commit is contained in:
parent
262084d7e6
commit
2c620e1742
2 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue