fix: context menu opening when swiping up from bottom on iOS

This commit is contained in:
Aman Harwara
2022-10-18 20:04:36 +05:30
parent 2b66ff82ee
commit 5ffd37d447

View File

@@ -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