Handle reverse ordering of events
This commit is contained in:
parent
1178d4bb07
commit
14895357a3
2 changed files with 76 additions and 32 deletions
|
|
@ -341,8 +341,12 @@ body {
|
|||
|
||||
.scroll-to-end {
|
||||
position: absolute;
|
||||
top: -64px;
|
||||
bottom: 20px;
|
||||
right: 16px;
|
||||
&.reversed {
|
||||
top: 120px;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
.op-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue