Fixes for "scroll to latest"

This commit is contained in:
N-Pex 2025-06-19 10:47:16 +02:00
parent e3f7f1758f
commit f0382afd83
2 changed files with 54 additions and 35 deletions

View file

@ -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 {