Add jump to bottom button for right panel timeline (#7746)

This commit is contained in:
J. Ryan Stinnett 2022-02-08 17:35:03 +00:00 committed by GitHub
parent 0a45ae0781
commit bf8438cbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 25 deletions

View file

@ -112,3 +112,8 @@ limitations under the License.
flex-basis: 48px; // 12 (padding on message list) + 36 (padding on event lines)
}
}
.mx_TimelineCard_timeline {
overflow: hidden;
position: relative; // offset parent for jump to bottom button
}