fix member IS

isekai-main
Barış Soner Uşaklı 2 years ago
parent e31f5c42ee
commit 0a7f52475e

@ -108,7 +108,7 @@ define('forum/groups/memberlist', ['api', 'bootbox', 'alerts'], function (api, b
}
function handleMemberInfiniteScroll() {
$('[component="groups/members"] tbody').on('scroll', function () {
$('[component="groups/members"]').on('scroll', function () {
const $this = $(this);
const bottom = ($this[0].scrollHeight - $this.innerHeight()) * 0.9;

@ -10,8 +10,8 @@
</div>
</div>
<div class="overflow-auto" style="max-height: 500px;">
<table component="groups/members" class="table table-hover" data-nextstart="{group.membersNextStart}">
<div component="groups/members" data-nextstart="{group.membersNextStart}" class="overflow-auto" style="max-height: 500px;">
<table class="table table-hover">
<tbody>
{{{ each group.members }}}
<tr data-uid="{group.members.uid}">

Loading…
Cancel
Save