فهرست منبع

change indicator and rail color

Yuki Takei 5 سال پیش
والد
کامیت
a3bdd7f00e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/client/js/components/StickyStretchableScroller.jsx

+ 2 - 0
src/client/js/components/StickyStretchableScroller.jsx

@@ -82,6 +82,8 @@ const StickyStretchableScroller = (props) => {
     logger.debug(`[${scrollTargetSelector}] contentsHeight`, contentsHeight);
 
     $(scrollTargetSelector).slimScroll({
+      color: '#666',
+      railColor: '#999',
       railVisible: true,
       position: 'right',
       height: viewHeight,