feat: simplify tables container by using native scrollbar styling and remove obsolete top scroll sync

This commit is contained in:
2026-05-31 06:08:40 +05:00
parent 58c929dd38
commit 42d6910ae7
4 changed files with 17 additions and 57 deletions
+2 -2
View File
@@ -107,7 +107,7 @@
</div>
<!-- Logs Table -->
{{ ui::table_container_open(id="audit-table", has_top_scroll=true, max_height="68vh") }}
{{ ui::table_container_open(id="audit-table", max_height="68vh") }}
<table class="min-w-full divide-y divide-slate-800 text-left text-sm text-slate-300 relative">
<thead class="shadow-[0_1px_0_0_rgba(255,255,255,0.05)]">
<tr class="text-xs font-bold text-slate-400 uppercase tracking-wider">
@@ -214,7 +214,7 @@
{% endif %}
</tbody>
</table>
{{ ui::table_container_close(id="audit-table", has_top_scroll=true) }}
{{ ui::table_container_close(id="audit-table") }}
<!-- Footer Navigation -->
<div class="mt-6 text-center text-sm text-slate-400">