Fix hidden tooltip on history chart (#118)

* Fix hidden tool-tip on history chart

* Tighten scope on .charts-tooltip class
This commit is contained in:
Justin Weberg
2016-10-07 08:06:41 -07:00
committed by Paulus Schoutsen
parent a5e1db321a
commit 75f1a42efb
@@ -1,6 +1,13 @@
<link rel="import" href="../../bower_components/polymer/polymer.html">
<style>
div.charts-tooltip {
z-index: 200 !important;
}
</style>
<script>
Polymer({
is: 'state-history-chart-timeline',