Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Jan 6, 2025
1 parent 9e297fd commit 5eb50f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/components/Modal/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ const Modal = forwardRef(
: modalAnimationCenterPopVariants;

const zIndexStyle = zIndex ? ({ "--monday-modal-z-index": zIndex } as React.CSSProperties) : {};
// useEffect(() => {
// containerRef.current?.style?.setProperty("--monday-modal-z-index", zIndex?.toString() || "");
// }, [zIndex, containerRef]);

return (
<AnimatePresence>
Expand Down

0 comments on commit 5eb50f4

Please sign in to comment.