style: increase z-index of element in installer layout (#2413)

This commit is contained in:
Sean Thorne
2024-10-07 10:29:48 +01:00
committed by GitHub
parent 5024fff539
commit cde3b2ad67

View File

@@ -49,6 +49,7 @@ export class UmbInstallerLayoutElement extends LitElement {
top: var(--uui-size-space-5);
left: var(--uui-size-space-5);
height: 30px;
z-index: 10;
}
#logo img {