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

Fix ha-dropdown z-index for legacy browsers (#51276)

This commit is contained in:
Wendelin
2026-03-30 15:41:44 +02:00
committed by Bram Kragten
parent 5f1f55448a
commit 12fec9f580

View File

@@ -100,6 +100,9 @@ export class HaDropdown extends Dropdown {
#menu {
padding: var(--ha-space-1);
}
wa-popup::part(popup) {
z-index: 200;
}
`,
];
}