Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmd-table may show two vertical scrollbars #1034

Open
kawabe436 opened this issue Jan 24, 2023 · 0 comments
Open

gmd-table may show two vertical scrollbars #1034

kawabe436 opened this issue Jan 24, 2023 · 0 comments

Comments

@kawabe436
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant