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:
parent
75751abc60
commit
0d94cfa97a
2 changed files with 34 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue