Fixes for "scroll to latest"
This commit is contained in:
parent
e3f7f1758f
commit
f0382afd83
2 changed files with 54 additions and 35 deletions
|
|
@ -369,10 +369,16 @@ body {
|
|||
position: absolute;
|
||||
bottom: 102px;
|
||||
right: 16px;
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s linear;
|
||||
&.reversed {
|
||||
top: 120px;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
&.hidden {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.op-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue