Skip to content

Commit

Permalink
Fix: Show point annotation above dialog only on hover (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Sep 12, 2017
1 parent cc59009 commit 63fafa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/annotations/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,10 @@ $avatar-color-9: #f22c44;
padding: 0;
position: absolute;
width: 24px;
z-index: 10000; // Ensure activated point annotation icon is above dialog

&:hover {
z-index: 10000; // Ensure activated point annotation icon is above dialog
}

svg {
fill: fade-out($box-blue, .35);
Expand Down

0 comments on commit 63fafa5

Please sign in to comment.