Showing
1 changed file
with
3 additions
and
3 deletions
@@ -74,9 +74,9 @@ $(function() { | @@ -74,9 +74,9 @@ $(function() { | ||
74 | } | 74 | } |
75 | }); | 75 | }); |
76 | 76 | ||
77 | - $saleNavWrap.css({ | ||
78 | - height: $saleNavWrap.height() | ||
79 | - }); | 77 | + // $saleNavWrap.css({ |
78 | + // height: $('.list-nav').height() | ||
79 | + // }); | ||
80 | 80 | ||
81 | $(window).on('scroll', function() { | 81 | $(window).on('scroll', function() { |
82 | if (!$filterMask.length) { | 82 | if (!$filterMask.length) { |
-
Please register or login to post a comment