Skip to content

Commit 6344741

Browse files
committed
Replace class block with reference to class
1 parent 4186070 commit 6344741

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

res/css/views/rooms/_RoomSublist2.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,9 @@ limitations under the License.
7474
bottom: 0;
7575
}
7676

77-
// We don't have this style because the top is dependent on the room list header's
77+
// We don't have a top style because the top is dependent on the room list header's
7878
// height, and is therefore calculated in JS.
79-
//&.mx_RoomSublist2_headerContainer_stickyTop {
80-
// top: 0;
81-
//}
79+
// The class, mx_RoomSublist2_headerContainer_stickyTop, is applied though.
8280
}
8381

8482
// Sticky Headers End

0 commit comments

Comments
 (0)