snap-admin icon indicating copy to clipboard operation
snap-admin copied to clipboard

Fix scroll in console generic tables

Open chriskormaris opened this issue 3 months ago • 0 comments

https://github.com/aileftech/snap-admin/blob/e9c5e52d15efc5feac57a5277f6dc7d3bfe0fe67/src/main/resources/templates/snapadmin/fragments/generic_table.html#L9

The scroll in the SQL console result tables is not working. Please add the class "overflow-auto" to the div element: <div th:if="${results != null && results.size() > 0}" class="overflow-auto">

chriskormaris avatar Nov 11 '25 13:11 chriskormaris