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 GitHub
parent bbda7affdc
commit 69a8db00fa

View File

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