LeftPane: Measure content above list to calculate list size

This commit is contained in:
Josh Perez 2020-04-23 15:20:47 -04:00 committed by Scott Nonnenberg
parent 5e3bbf1dc0
commit d5925ac9d5
5 changed files with 67 additions and 74 deletions

View file

@ -5206,8 +5206,8 @@ button.module-image__border-overlay:focus {
}
.module-left-pane__header {
flex-shrink: 0;
flex-grow: 0;
flex-shrink: 0;
}
.module-left-pane__archive-header {
@ -5295,13 +5295,20 @@ button.module-image__border-overlay:focus {
}
}
.module-left-pane__list {
.module-left-pane__list--measure {
flex-grow: 1;
flex-shrink: 1;
outline: none;
}
.module-left-pane__list--wrapper {
position: relative;
}
.module-left-pane__list {
position: absolute;
}
.module-left-pane__virtual-list {
outline: none;
}