Skip to content

Commit

Permalink
Fix Folder options on Mobile, #321
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 4, 2024
1 parent 38a3eee commit f8a4002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/chat/components/applayout/folder/FolderListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ export const FolderListItem: React.FC<RenderItemProps> = ({ folder, provided, sn
{!!menuAnchorEl && (
<CloseableMenu
open anchorEl={menuAnchorEl} onClose={handleMenuClose}
placement='top' sx={{ minWidth: 200 }}
placement='top' zIndex={1301 /* need to be on top of the Modal on Mobile */}
sx={{ minWidth: 200 }}
>

<MenuItem
Expand Down

0 comments on commit f8a4002

Please sign in to comment.