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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user