浏览代码

自定义滚动条

zhangxc 5 年之前
父节点
当前提交
0a8ef50207
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/js/scrollBar.js

+ 4 - 0
src/js/scrollBar.js

@@ -25,6 +25,9 @@
       // 覆盖参数
       $.extend(true, self.options, options||{});
       self._initDomEvent();
+      $(window).on("resize",function(){
+        self._initDomEvent();
+      })
       return self;
     },
 
@@ -72,6 +75,7 @@
           "width": "100%",
           "height": "5px",
           "bottom": "0px",
+          "zIndex": "100"
         })
         this.$slider.css({
           "height":"5px"