Okay so for a comments scroll box, this works on ao3, Superlove, squidgeworld and Ad Astra btw
the code is
div#feedback {
position: sticky;
bottom: 9px;
margin: auto;
z-index: 20;
}
#feedback textarea.comment_form{
min-height: 5em;
}
#kudos {
display: none
}
Or
div#feedback {
position: sticky;
bottom: 9px;
margin: auto;
z-index: 20;
}
#feedback textarea.comment_form{
min-height: 5em;
}
The bottom one will display all the names + guests who left a kudos, the top one won't. It works with other skins and all devices. You can play around with it if you want different height.









