Use proper means of preventing cursor events

pull/10616/head
Alex P 2017-05-24 19:58:13 -07:00
parent c2b69a5844
commit 45fb99a651
1 changed files with 1 additions and 1 deletions

View File

@ -138,10 +138,10 @@
position: absolute;
width: 100%;
height: 100%;
@include no-user-select();
&.graph-single-stat {
top: 0;
pointer-events: none;
}
}
.single-stat--value {