Adding react scrollbar to the RHS thread (#2693)
* Adding scrollbar to the RHS thread * Fixing the RHS thread scrolling issue
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
76c4bebf9f
Коммит
51549cc0b2
@@ -22,4 +22,10 @@ body {
|
||||
scrollbar-highlight-color: #7D7E94;
|
||||
scrollbar-shadow-color: #2D2C4D;
|
||||
scrollbar-track-color: rgba(0, 0, 0, .1);
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar--horizontal,
|
||||
.scrollbar--vertical {
|
||||
@include border-radius(2px);
|
||||
@include alpha-property(background-color, $black, .5);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user