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

Need a scrolling panel (or customer class) for column selection SuggestPopup #48

Open
scottdear opened this issue Apr 17, 2017 · 1 comment

Comments

@scottdear
Copy link

The column selection does not present a scroll bar. This could be solved in CSS if the column suggestpopup had a different class than the value selection, then I could add

.gwt-SuggestBoxPopup-custom .suggestPopupContent {
height: 300px;
overflow-y: scroll;
}

@scottdear
Copy link
Author

I made a pull request w/ the change to make the above work, I added a class to the suggestPopup so it can be styled uniquely from the other suggestPopup. on commit 74fa5b7

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