Revert "Enhance infinite scroll functionality; increase sentinel height and ensure full width, trigger layout recalculation on initialization."

This reverts commit a1e9e440ed.
This commit is contained in:
Will Miao
2025-03-11 14:47:15 +08:00
parent d63a70474b
commit be5e8bad17
2 changed files with 3 additions and 10 deletions

View File

@@ -85,7 +85,7 @@
{% else %}
{% include 'components/controls.html' %}
<!-- Lora卡片容器 -->
<div class="card-grid" id="loraGrid" style="height: calc(100vh - [header-height]px); overflow-y: auto;">
<div class="card-grid" id="loraGrid">
<!-- Cards will be dynamically inserted here -->
</div>
<!-- Bulk operations panel will be inserted here by JavaScript -->