Skip to content

Commit

Permalink
Fix order of color and size legends
Browse files Browse the repository at this point in the history
  • Loading branch information
neesjanvaneck committed Jun 26, 2024
1 parent 4a5235d commit d1a85c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ui/LegendPanel/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const colorLegend = css`
display: inline-block;
cursor: pointer;
pointer-events: all;
z-index: 1;
`;

export const sizeLegend = (width, scoreColorLegendIsVisible, clusterColorLegendIsVisible) => {
Expand All @@ -45,5 +46,6 @@ export const sizeLegend = (width, scoreColorLegendIsVisible, clusterColorLegendI
margin-left: ${marginLeft}px;
margin-top: auto;
margin-bottom: auto;
z-index: 0;
`;
};

0 comments on commit d1a85c7

Please sign in to comment.