UX: force sidebar to occupy full height (#19035)
This commit is contained in:
parent
d123371cb9
commit
f90a8438e9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue