Fix tooltip graph overflow (#17848)

This commit is contained in:
Bram Kragten 2023-09-07 19:12:35 +02:00 committed by GitHub
parent ba88fef09b
commit af7e385884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,9 +349,6 @@ export class HaChartBase extends LitElement {
height: 0;
transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.chartContainer {
position: relative;
}
canvas {
max-height: var(--chart-max-height, 400px);
}