style: scroll top/bottom borders to "inner"
This commit is contained in:
parent
2064a30714
commit
2e0fe97e9e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue