Skip to content

Inefficient Horizontal Scrolling #126

@gayanath

Description

@gayanath

In the Browser tab, the height of the data table is set to a really big number and therefore the horizontal scrollbar appears far down. When we reach the scrollbar, we can no longer see the headings of the data table which make it very difficult to figure out at which column we are looking at, especially when there are lots of columns.

My current workaround is to change "this.body.width( width ).height( height );" to "this.body.width( width );" in following file.
https://github.com/mobz/elasticsearch-head/blob/master/dist/app.js

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