修复购物车页面ui
This commit is contained in:
parent
72f7004cf2
commit
c022e1f75b
|
|
@ -37,6 +37,7 @@ $(document).ready(function ($) {
|
|||
|
||||
if ($(window).width() > 992 && $('.x-fixed-top').length) {
|
||||
$('.x-fixed-top').scrollToFixed({
|
||||
zIndex: 999,
|
||||
limit: function () {
|
||||
var limit = $('footer').offset().top - 84 - $('.x-fixed-top').outerHeight(true);
|
||||
return limit
|
||||
|
|
|
|||
Loading…
Reference in New Issue