Skip to content

Fix scroll in console generic tables #65

Description

@chriskormaris

<div th:if="${results != null && results.size() > 0}">

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">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions