fix: Fixed issue where some menus would get hidden behind the keyboard on iOS

This commit is contained in:
Aman Harwara
2023-10-26 03:06:12 +05:30
parent 568e6e8162
commit c1ee705402
4 changed files with 11 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ const Popover = (props: PopoverProps) => {
title={props.title}
className={props.className}
id={popoverId}
forceFullHeightOnMobile={props.forceFullHeightOnMobile}
>
{props.children}
</MobilePopoverContent>