Skip to content

Commit

Permalink
Merge pull request #233 from RENCI/issue230-zindex-reordering
Browse files Browse the repository at this point in the history
adjusting the z-indexes
  • Loading branch information
lstillwe authored Sep 13, 2024
2 parents cd9c476 + 77c19f9 commit d126207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/control-panel/control-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const ControlPanel = () => {
'&:hover': { filter: 'opacity(1.0)' },
height: 'auto',
width: '300px',
zIndex: 1001,
zIndex: 999,
borderRadius: 'sm',
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/legend/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const MapLegend = () => {
filter: 'opacity(0.9)',
'&:hover': { filter: 'opacity(1.0)' },
padding: '10px',
zIndex: 1001,
zIndex: 999,
borderRadius: 'sm',
visibility: legendVisibilty,

Expand Down

0 comments on commit d126207

Please sign in to comment.