Replace class block with reference to class

pull/21833/head
Travis Ralston 2020-06-17 08:28:22 -06:00
parent 4186070489
commit 63447413ca
1 changed files with 2 additions and 4 deletions

View File

@ -74,11 +74,9 @@ limitations under the License.
bottom: 0;
}
// We don't have this style because the top is dependent on the room list header's
// We don't have a top style because the top is dependent on the room list header's
// height, and is therefore calculated in JS.
//&.mx_RoomSublist2_headerContainer_stickyTop {
// top: 0;
//}
// The class, mx_RoomSublist2_headerContainer_stickyTop, is applied though.
}
// Sticky Headers End