fix: Fixed issue where some menus would get hidden behind the keyboard on iOS
This commit is contained in:
@@ -35,6 +35,7 @@ const LinkedItemsButton = ({ linkingController, onClickPreprocessing }: Props) =
|
||||
anchorElement={buttonRef}
|
||||
open={isLinkingPanelOpen}
|
||||
className="pb-2"
|
||||
forceFullHeightOnMobile
|
||||
>
|
||||
<LinkedItemsPanel item={activeItem} />
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user