From 70eebc978fdf062d0d603a3b4de0332d333d3a53 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 6 Jul 2020 14:37:38 -0600 Subject: [PATCH] Revert "Minor cleanup of sticky header CSS" This reverts commit 5bf14d8427094ecf49ee3254e7cae1bde7ccd2f9. --- res/css/views/rooms/_RoomSublist2.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/rooms/_RoomSublist2.scss b/res/css/views/rooms/_RoomSublist2.scss index 3c9f21d311..e080f0efb4 100644 --- a/res/css/views/rooms/_RoomSublist2.scss +++ b/res/css/views/rooms/_RoomSublist2.scss @@ -69,7 +69,8 @@ limitations under the License. position: fixed; z-index: 1; // over top of other elements, but still under the ones in the visible list height: 32px; // to match the header container - width: calc(100% - 22px); // 22px is an offset for aligning the header to the container + // width set by JS + width: calc(100% - 22px); } &.mx_RoomSublist2_headerContainer_stickyBottom {