Skip to content

Commit

Permalink
CSS fix: map tooltip now above aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Mar 11, 2024
1 parent a05a07e commit d902e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peripleo/map/components/TooltipContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const TooltipContainer = (props: TooltipContainerProps) => {
<div
ref={el}
className="p6o-map-tooltip-container"
style={{left, top, zIndex: 1 }}>
style={{left, top, zIndex: 20 }}>
{renderedTooltip}
</div>
);
Expand Down

0 comments on commit d902e5c

Please sign in to comment.