fix z-index on modal container

This commit is contained in:
Jesper Møller Jensen
2023-03-28 14:11:31 +13:00
parent e6683d3d73
commit bd6e27d941

View File

@@ -50,6 +50,9 @@ export class UmbBackofficeElement extends UmbLitElement {
font-size: 14px;
box-sizing: border-box;
}
umb-backoffice-modal-container {
z-index: 1000;
}
`,
];