mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
fix more info history tooltips (#15533)
This commit is contained in:
parent
cf304d91c7
commit
4e841c4a06
@ -350,8 +350,9 @@ export class MoreInfoDialog extends LitElement {
|
|||||||
haStyleDialog,
|
haStyleDialog,
|
||||||
css`
|
css`
|
||||||
ha-dialog {
|
ha-dialog {
|
||||||
|
/* This is needed for the tooltip of the history charts to be positioned correctly */
|
||||||
--dialog-surface-position: static;
|
--dialog-surface-position: static;
|
||||||
--dialog-content-position: relative;
|
--dialog-content-position: static;
|
||||||
--vertical-align-dialog: flex-start;
|
--vertical-align-dialog: flex-start;
|
||||||
--dialog-content-padding: 0;
|
--dialog-content-padding: 0;
|
||||||
--content-padding: 24px;
|
--content-padding: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user