8 lines
102 B
SCSS
8 lines
102 B
SCSS
|
@import '../utilities';
|
||
|
|
||
|
#trx-jump-to-new-comment {
|
||
|
bottom: 2vh;
|
||
|
position: fixed;
|
||
|
right: 2vw;
|
||
|
}
|