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

Fix #1497 Query panel shows a scrollbar when select spatial filter #1509

Merged

Conversation

allyoucanmap
Copy link
Contributor

Changed behavior of query panel scrollbar

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 76.849% when pulling e2082dd on allyoucanmap:scrollbar-query-panel into 9db1d13 on geosolutions-it:master.

@@ -137,7 +137,7 @@ const QueryBuilder = React.createClass({
sortOptions={this.props.sortOptions}
hits={this.props.hits}
/>
<div className="querypanel">
<div className="querypanel" style={{maxHeight: window.innerHeight - 170}}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if it is possible to use the redux state to get the height.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 76.95% when pulling 5df8b0e on allyoucanmap:scrollbar-query-panel into 9db1d13 on geosolutions-it:master.

@offtherailz offtherailz merged commit 10fe76d into geosolutions-it:master Mar 3, 2017
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

Successfully merging this pull request may close these issues.

4 participants