Delete fixed headerContainer height

Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
Germain 2021-10-07 16:51:39 +01:00 committed by GitHub
parent c009d15176
commit 57b919b10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,9 +180,6 @@ limitations under the License.
// scroll jumps when they become sticky. However, that leaves a gap when // scroll jumps when they become sticky. However, that leaves a gap when
// scrolled to the top above the first sublist (whose header can only ever // scrolled to the top above the first sublist (whose header can only ever
// stick to top), so we make sure to exclude the first visible sublist. // stick to top), so we make sure to exclude the first visible sublist.
// &:not(.mx_RoomSublist_hidden) ~ .mx_RoomSublist .mx_RoomSublist_headerContainer {
// height: 24px;
// }
.mx_RoomSublist_resizeBox { .mx_RoomSublist_resizeBox {
position: relative; position: relative;