We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test
I think the pane should be fixed position and not scroll with the drupal footer. Not sure how the DOM is designed for :p
The text was updated successfully, but these errors were encountered:
Can you add a screenshot? I wasn't able to reproduce the problem. Thanks.
Sorry, something went wrong.
I can not reproduce either ... the list was out of sight :-/
We have three scroll bars on https://drupal.org/node/2035259
It is possible to scroll down (by mouse wheel) the full list and having the left scoll bar out of sight which is weird.
It is confusing navigating these.
Can't we do something like
#procid-left-panel-body { top: 143px; position: fixed; bottom: 260px; }
That's not all but it could help the scrolling quirks :)
Ie the `.procid-comment' needs a div wrapper to keep the lenses and search in place.
Did this help?
Same issue here. I have to scroll back up to see procid.
No branches or pull requests
Test
I think the pane should be fixed position and not scroll with the drupal footer. Not sure how the DOM is designed for :p
The text was updated successfully, but these errors were encountered: