Skip to content

Commit

Permalink
closes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Dec 12, 2017
1 parent 0035754 commit dfc87ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylesheets/components/_pcp.marker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ $marker-color-affected: $color-fsa-aqua-300; // from USWDS
position: relative;
box-shadow: 0 $size-base $size-default rgba(0, 0, 0, .7);

&:hover {
z-index: 9000;
}

.pcp-marker--large & {
font-size: $marker-font-size--large;
padding: ($marker-padding * 2);
Expand Down

0 comments on commit dfc87ff

Please sign in to comment.