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