Open
Description
Hallo,
When resizing the window, gmd-table may show two vertical scrollbars.
https://gwtmaterialdesign.github.io/gmd-table-demo/#customized
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
Labels
No labels