Skip to content

Commit

Permalink
Fix z-index of rename modal
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 13, 2023
1 parent 0404250 commit 5343203
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function RenameCategoryMenuItem( { category, onClose } ) {
setIsModalOpen( false );
onClose();
} }
overlayClassName="edit-site-list__rename-modal"
/>
) }
</>
Expand Down

0 comments on commit 5343203

Please sign in to comment.