mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06:34 +00:00
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:
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',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user