UX: force sidebar to occupy full height (#19035)

This commit is contained in:
Kris 2022-11-15 09:37:00 -05:00 committed by GitHub
parent d123371cb9
commit f90a8438e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
}
.panel-body-contents {
max-height: unset;
min-height: 100%;
}
}
.header-cloak {
@ -89,6 +90,7 @@
display: flex;
flex-direction: column;
padding-top: 0.5em;
flex: 1 1 auto;
}
}
@ -125,6 +127,7 @@
display: flex;
flex-direction: column;
box-sizing: border-box;
flex: 1 1 auto;
}
.sidebar-section-content {