aws / mynah-ui

https://aws.github.io/mynah-ui/
Apache License 2.0
13 stars 11 forks source link

Adding a scroll bar in Q chat #81

Closed manodnyab closed 1 month ago

manodnyab commented 1 month ago

Description

While the scrolling functionality exists in Q chat panel, can we also add a visual component aka scroll bar to indicate the position in the chat panel?

32teeth commented 1 month ago

This one should be trivial

this is why there is no scroll bar

    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        opacity: 0.25;
        &:horizontal {
            width: 0px;
            height: 0px;
        }
    }