Skip to content

Commit

Permalink
Merge pull request #1131 from tblivet/fix/logs-height
Browse files Browse the repository at this point in the history
[NEW UI] fix logs height issue
  • Loading branch information
Quetzacoalt91 authored Jan 23, 2025
2 parents 3006c72 + 7950d7a commit 90884ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _dev/src/scss/layouts/_logs-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ html {
grid-template-columns: minmax(0, 1fr);
min-height: calc(100cqh - var(--#{$ua-prefix}header-offset-mobile));

#ua_main {
height: 100%;
}

#ua_container {
flex-grow: 1;
}
Expand Down

0 comments on commit 90884ee

Please sign in to comment.