fix: SW-1010 Fixed low screen height accessibility issue
This commit is contained in:
@@ -3,4 +3,5 @@ import type { PopoverProps as RAPopoverProps } from "react-aria-components"
|
||||
export interface PopoverProps extends Omit<RAPopoverProps, "children"> {
|
||||
triggerContent: React.ReactNode
|
||||
children: React.ReactNode
|
||||
isNestedPopover?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user