Skip to content

Commit

Permalink
disabled class allows pointer events in metrics svg
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Aug 5, 2015
1 parent bf18bf4 commit 0a746b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/less/ads-less/metrics.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

.s-metrics-svg {
height: 345px !important;

.disabled{
pointer-events: all;
}
}

.s-metrics-title {
Expand Down

0 comments on commit 0a746b8

Please sign in to comment.