From af7e3858846ea4af7996b3c7dd4ad994c0b4a4a6 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 7 Sep 2023 19:12:35 +0200 Subject: [PATCH] Fix tooltip graph overflow (#17848) --- src/components/chart/ha-chart-base.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 7d620b3a7f..60d0d039f8 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -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); }