put sticky headers in padding of wrapper

this way they don't need a background, as the list is already clipped
This commit is contained in:
Bruno Windels 2020-07-08 14:49:38 +02:00
parent 75751abc60
commit 0d94cfa97a
2 changed files with 34 additions and 2 deletions

View file

@ -127,6 +127,13 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
overflow: hidden;
min-height: 0;
&.stickyBottom {
padding-bottom: 32px;
}
&.stickyTop {
padding-top: 32px;
}
}
.mx_LeftPanel2_actualRoomListContainer {