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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

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;