Handle reverse ordering of events

This commit is contained in:
N-Pex 2024-09-17 09:43:53 +02:00
parent 1178d4bb07
commit 14895357a3
2 changed files with 76 additions and 32 deletions

View file

@ -341,8 +341,12 @@ body {
.scroll-to-end {
position: absolute;
top: -64px;
bottom: 20px;
right: 16px;
&.reversed {
top: 120px;
transform: rotate(180deg);
}
}
.op-button {