mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +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">
|
<link rel="import" href="../../bower_components/polymer/polymer.html">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
div.charts-tooltip {
|
||||||
|
z-index: 200 !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
Polymer({
|
Polymer({
|
||||||
is: 'state-history-chart-timeline',
|
is: 'state-history-chart-timeline',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user