salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

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

Open scottdear opened 7 years ago

scottdear commented 7 years ago

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 commented 7 years ago

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 74fa5b7903a867310475a2410e05bb50a0c6ff40