Skip to content

Commit

Permalink
fix (projectDetails): taskSectionPopup - zIndex adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Oct 20, 2023
1 parent 5d9c6ed commit 9ee31e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TaskSectionPopup = ({ body }) => {

return (
<div
className={`fmtm-z-[3000] fmtm-duration-1000 ${
className={`fmtm-duration-1000 fmtm-z-[10002] ${
taskModalStatus
? 'fmtm-bottom-0 fmtm-right-0 md:fmtm-bottom-[calc(20vh)] fmtm-w-[100vw] md:fmtm-w-[50vw] md:fmtm-max-w-[25rem]'
: 'fmtm-top-[calc(100vh)] md:fmtm-top-[calc(50vh)] md:fmtm-left-[calc(100vw)] fmtm-w-[100vw]'
Expand Down

0 comments on commit 9ee31e7

Please sign in to comment.