1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Move search down to avoid collisions with graph legend

This commit is contained in:
abmantis
2026-03-04 15:11:11 +00:00
parent 2ebb53c9c3
commit 4578aec9c3

View File

@@ -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;