mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix tooltip graph overflow (#17848)
This commit is contained in:
parent
ba88fef09b
commit
af7e385884
@ -349,9 +349,6 @@ export class HaChartBase extends LitElement {
|
|||||||
height: 0;
|
height: 0;
|
||||||
transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
|
transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
.chartContainer {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
canvas {
|
canvas {
|
||||||
max-height: var(--chart-max-height, 400px);
|
max-height: var(--chart-max-height, 400px);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user