Skip to content

Commit

Permalink
fix: context menu opening when swiping up from bottom on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 18, 2022
1 parent 2b66ff8 commit 5ffd37d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ const ContentListView: FunctionComponent<Props> = ({
selectionController={selectionController}
/>
) : null}
<div className="absolute bottom-0 h-safe-bottom w-full" />
</ResponsivePaneContent>
{itemsViewPanelRef.current && (
<PanelResizer
Expand Down

0 comments on commit 5ffd37d

Please sign in to comment.