@@ -1050,7 +1050,9 @@ article {
border-radius: 10px; }
.result_list {
- font-size: 28px; }
+ font-size: 28px;
+ margin-bottom: -97px;
+}
.result_list .my_result {
padding-top: 80px;
height: 330px; }
@@ -155,7 +155,7 @@
var scrollTop = $(this).scrollTop();
var scrollHeight = $(document).height();
var windowHeight = $(this).height();
- if (scrollTop + windowHeight == scrollHeight && isLoad == false) {
+ if ((scrollTop + windowHeight) - scrollHeight > -250 && isLoad == false) {
getData();
}
});