ui: Fix up positioning of subpage loader animation (#8879)

This commit is contained in:
John Cowen 2020-10-08 20:32:16 +01:00 committed by GitHub
parent 4ae98cde2b
commit 6ab78805cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,4 @@
/* layout */
%app-view {
position: relative;
}
%app-view-title {
display: flex;
align-items: center;

View File

@ -1,6 +1,6 @@
main header nav:first-child {
position: absolute;
top: -38px;
top: 12px;
}
main header nav:first-child ol {
@extend %breadcrumbs;

View File

@ -53,6 +53,7 @@ html:not(.has-nspaces) [class*='nspace-'] {
}
main {
@extend %with-sticky-footer-content;
position: relative;
}
main,
#wrapper > footer {