UX: adjust software update banner for headerless pages (#28496)

This commit is contained in:
Kris
2024-08-22 16:51:26 -04:00
committed by GitHub
parent 828c34451e
commit ecc2ffc78a

View File

@@ -4,6 +4,11 @@
right: 0;
left: 0;
top: var(--header-offset, 60px);
.static-login &,
.wizard &,
.invite-page & {
top: 0;
}
background-color: var(--tertiary-low);
max-height: 0;
overflow: hidden;