Skip to content

gmd-table may show two vertical scrollbars #1034

@kawabe436

Description

@kawabe436

Hallo,
When resizing the window, gmd-table may show two vertical scrollbars.
https://gwtmaterialdesign.github.io/gmd-table-demo/#customized

Animation

By changing the "overflow-y" value of "inner-scroll" from "visible" to "hidden" in the browser's developer mode, I was able to eliminate the duplication of vertical scrolling.

gwt-material-table-2.5.0.jar/gwt\material/design/client/resources/css/style.css
.inner-scroll {
overflow-x: hidden;
overflow-y: visible;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions