Add "scroll to end" button

Work on issue #15.
This commit is contained in:
N-Pex 2021-02-17 11:59:07 +01:00
parent b8b67a1d88
commit c44c5c714d
2 changed files with 210 additions and 117 deletions

View file

@ -109,6 +109,7 @@ $admin-fg: white;
}
.input-area-outer {
position: relative;
background-color: #ffffff;
margin: 0;
padding-left: 2 * $chat-standard-padding-s;
@ -149,6 +150,12 @@ $admin-fg: white;
}
}
.scroll-to-end {
position:absolute;
top:-64px;
right:16px;
}
.op-button {
position: relative;
display: inline-block;