Add jump to bottom button for right panel timeline (#7746)
This commit is contained in:
parent
0a45ae0781
commit
bf8438cbb2
3 changed files with 77 additions and 25 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue