diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index c5d8a27479..03b96745b2 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -1102,7 +1102,7 @@ export class HaChartBase extends LitElement { } ::slotted([slot="search"]) { position: absolute; - top: var(--ha-space-4); + bottom: var(--ha-space-4); inset-inline-start: var(--ha-space-4); z-index: 1; width: 250px;