10 lines
152 B
SCSS
10 lines
152 B
SCSS
|
#trx-back-to-top {
|
||
|
bottom: 2vh;
|
||
|
position: fixed;
|
||
|
right: 2vw;
|
||
|
}
|
||
|
|
||
|
#trx-jump-to-new-comment:not(.trx-hidden) + #trx-back-to-top {
|
||
|
bottom: 6.5vh;
|
||
|
}
|