修复购物车页面ui

This commit is contained in:
pushuo 2023-02-03 18:42:18 +08:00
parent 72f7004cf2
commit c022e1f75b
1 changed files with 1 additions and 0 deletions

View File

@ -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