fix: context menu opening when swiping up from bottom on iOS
This commit is contained in:
@@ -241,6 +241,7 @@ const ContentListView: FunctionComponent<Props> = ({
|
|||||||
selectionController={selectionController}
|
selectionController={selectionController}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
<div className="absolute bottom-0 h-safe-bottom w-full" />
|
||||||
</ResponsivePaneContent>
|
</ResponsivePaneContent>
|
||||||
{itemsViewPanelRef.current && (
|
{itemsViewPanelRef.current && (
|
||||||
<PanelResizer
|
<PanelResizer
|
||||||
|
|||||||
Reference in New Issue
Block a user