mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix more info scrolling
This commit is contained in:
parent
0d4c1be2f8
commit
54c2e125d0
@ -15,6 +15,11 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
state-history-charts {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
state-card-content {
|
state-card-content {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -42,14 +47,16 @@
|
|||||||
state-obj="[[stateObj]]"
|
state-obj="[[stateObj]]"
|
||||||
hass='[[hass]]' in-dialog></state-card-content>
|
hass='[[hass]]' in-dialog></state-card-content>
|
||||||
</h2>
|
</h2>
|
||||||
<paper-dialog-scrollable>
|
<div>
|
||||||
<template is='dom-if' if="[[showHistoryComponent]]">
|
<template is='dom-if' if="[[showHistoryComponent]]">
|
||||||
<state-history-charts state-history="[[stateHistory]]"
|
<state-history-charts state-history="[[stateHistory]]"
|
||||||
is-loading-data="[[isLoadingHistoryData]]"></state-history-charts>
|
is-loading-data="[[isLoadingHistoryData]]"></state-history-charts>
|
||||||
</template>
|
</template>
|
||||||
<more-info-content
|
<paper-dialog-scrollable id='scrollable'>
|
||||||
state-obj="[[stateObj]]" hass='[[hass]]'></more-info-content>
|
<more-info-content
|
||||||
</paper-dialog-scrollable>
|
state-obj="[[stateObj]]" hass='[[hass]]'></more-info-content>
|
||||||
|
</paper-dialog-scrollable>
|
||||||
|
</div>
|
||||||
</paper-dialog>
|
</paper-dialog>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user