scroll position save fix attempt no. 1 feat. 'What happens next…?' text at bottom of scroll; buffer added to scroll, accounter for in FTs

This commit is contained in:
Disco DeDisco
2026-03-24 19:02:29 -04:00
parent bc78d2c470
commit 8bab26e003
4 changed files with 71 additions and 8 deletions

View File

@@ -13,4 +13,12 @@
{% empty %}
<p class="event-empty"><small>No events yet.</small></p>
{% endfor %}
<div class="scroll-buffer" aria-hidden="true">
<span class="scroll-buffer-text">What</span>
<span class="scroll-buffer-text quaUser">&nbsp;happens</span>
<span class="scroll-buffer-text terUser">&nbsp;next</span>
<span class="scroll-buffer-dots">
<span></span><span></span><span></span><span></span>
</span>
</div>
</section>