From c022e1f75bcc1385edab749ea4a014d16758bb3f Mon Sep 17 00:00:00 2001 From: pushuo Date: Fri, 3 Feb 2023 18:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/beike/shop/default/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/beike/shop/default/js/app.js b/resources/beike/shop/default/js/app.js index f8d43908..39650e99 100644 --- a/resources/beike/shop/default/js/app.js +++ b/resources/beike/shop/default/js/app.js @@ -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