Just downloaded and installed, noticed the scroll bar isn't being styled or modified as I would have expected and have seen in previous releases...

On hovering, moving from right to left (NOT left to right), of a very small vertical region on the right side of Hyperterm. Normal without hovering.
I'm able to reproduce following the next steps:
Yeah I am seeing the same thing. Something like Visual Code's scrollbar would be nice :)
I can't reproduce this O.o
馃樋
@rauchg Is there anything I can give you to help find it?
I can reproduce as well. As a stopgap I've added ::-webkit-scrollbar { display: none; } to the termCSS config.
I can also reproduce this.
This looks like the regular scrollbar to me:
::-webkit-scrollbar {
background: transparent;
width: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: grey;
}
Most helpful comment
This looks like the regular scrollbar to me: