diff --git a/public/static/index/default/js/search.js b/public/static/index/default/js/search.js index fa4c0ce0ec1f67cfc839bfdfe3bc6ff46e126d43..2b860b552618e1ae51d3da5d8aa4a3ced67863e2 100755 --- a/public/static/index/default/js/search.js +++ b/public/static/index/default/js/search.js @@ -97,14 +97,14 @@ $(function() { $(".dd-conent").slideUp(300); $(".theme-popover-mask").hide(); - $(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"}); + $(".theme-popover").css({"position":"static", "top":0}); } }); $(document).on("click", ".theme-popover-mask", function() { $(".dd-conent").slideUp(300); $(".theme-popover-mask").hide(); - $(".theme-popover").css({"position":"static", "top":0, "padding-top":"0"}); + $(".theme-popover").css({"position":"static", "top":0}); });