diff options
author | Mario <mario@mariovavti.com> | 2021-02-25 12:55:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-25 12:55:19 +0000 |
commit | b29e121113a588d88b3d8f4265bece2c5e997cef (patch) | |
tree | c48d9caf50633015374ac07cda5c2b91aba150f7 /view/tpl/viewcontact_template.tpl | |
parent | a033c439f3486c6ce31fb5d680c363ce0582d451 (diff) | |
download | volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.tar.gz volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.tar.bz2 volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.zip |
replace sticky_kit with a simpler homwgrown solution (still a bit raw) and slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page
Diffstat (limited to 'view/tpl/viewcontact_template.tpl')
-rw-r--r-- | view/tpl/viewcontact_template.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index 005fe17ce..cbbf3a97c 100644 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -6,7 +6,8 @@ {{foreach $contacts as $contact}} {{include file="contact_template.tpl"}} {{/foreach}} - <div id="page-end"></div> + {{** make sure this element is at the bottom - we rely on that in endless scroll **}} + <div id="page-end" class="float-left w-100"></div> </div> </div> <script>$(document).ready(function() { loadingPage = false;});</script> |