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 удалений

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

@@ -10,20 +10,22 @@
width: 100%;
z-index: 9999;
&__close {
color: $white;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: 600;
padding: 0 10px;
position: absolute;
right: 0;
text-decoration: none;
top: 0;
&:hover {
a {
&.error-bar__close {
color: $white;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: 600;
padding: 0 10px;
position: absolute;
right: 0;
text-decoration: none;
top: 0;
&:hover {
color: $white;
text-decoration: none;
}
}
}
}

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

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