feat: simplify tables container by using native scrollbar styling and remove obsolete top scroll sync
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user