fix more info history tooltips (#15533)

This commit is contained in:
Bram Kragten 2023-02-21 15:07:53 +01:00 committed by GitHub
parent cf304d91c7
commit 4e841c4a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,8 +350,9 @@ export class MoreInfoDialog extends LitElement {
haStyleDialog,
css`
ha-dialog {
/* This is needed for the tooltip of the history charts to be positioned correctly */
--dialog-surface-position: static;
--dialog-content-position: relative;
--dialog-content-position: static;
--vertical-align-dialog: flex-start;
--dialog-content-padding: 0;
--content-padding: 24px;