Skip to content

Commit

Permalink
fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Oct 12, 2023
1 parent ed97541 commit 75ff222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Common/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DialogModal = (props: DialogProps) => {
return (
<div>
<Transition appear show={show} as={Fragment}>
<Dialog as="div" className="relative z-10" onClose={onClose}>
<Dialog as="div" className="relative z-30" onClose={onClose}>
<Transition.Child
as={Fragment}
enter="ease-out duration-300"
Expand Down

0 comments on commit 75ff222

Please sign in to comment.