Archived
1
1
Fork 0

style: scroll top/bottom borders to "inner"

This commit is contained in:
Josh Lay 2023-06-02 20:39:14 -05:00
parent 2064a30714
commit 2e0fe97e9e
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -70,6 +70,6 @@ Footer {
}
ScrollBar {
border-top: solid $panel-lighten-3;
border-bottom: solid $panel-lighten-3;
border-top: inner $panel-lighten-3;
border-bottom: inner $panel-lighten-3;
}