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

@@ -35,6 +35,7 @@ const LinkedItemsButton = ({ linkingController, onClickPreprocessing }: Props) =
anchorElement={buttonRef}
open={isLinkingPanelOpen}
className="pb-2"
forceFullHeightOnMobile
>
<LinkedItemsPanel item={activeItem} />
</Popover>