diff --git a/src/components/Projekte/Karte/index.jsx b/src/components/Projekte/Karte/index.jsx index 354b21eb9..fc8db3021 100644 --- a/src/components/Projekte/Karte/index.jsx +++ b/src/components/Projekte/Karte/index.jsx @@ -564,7 +564,7 @@ const Karte = ({ mapContainerRef }) => { )} - {/* TODO: subtract index from zIndex in Pane style, then remove reverse() */} + {/* TODO: Set paneBaseIndex to 400 (?), subtract index from zIndex in Pane style, then remove reverse() */} {activeOverlaysSorted .reverse() .map((overlayName, index) => {