fix: Fixed issue where some menus would get hidden behind the keyboard on iOS
This commit is contained in:
@@ -138,6 +138,7 @@ const Popover = (props: PopoverProps) => {
|
||||
title={props.title}
|
||||
className={props.className}
|
||||
id={popoverId}
|
||||
forceFullHeightOnMobile={props.forceFullHeightOnMobile}
|
||||
>
|
||||
{props.children}
|
||||
</MobilePopoverContent>
|
||||
|
||||
Reference in New Issue
Block a user