Adding react scrollbar to the RHS thread (#2693)

* Adding scrollbar to the RHS thread

* Fixing the RHS thread scrolling issue
Этот коммит содержится в:
Asaad Mahmood
2016-04-13 17:33:42 +05:00
коммит произвёл Christopher Speller
родитель 76c4bebf9f
Коммит 51549cc0b2
6 изменённых файлов: 83 добавлений и 52 удалений

Просмотреть файл

@@ -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);
}