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

The idea pane should not scroll out of sight #11

Open
clemens-tolboom opened this issue Dec 18, 2013 · 3 comments
Open

The idea pane should not scroll out of sight #11

clemens-tolboom opened this issue Dec 18, 2013 · 3 comments

Comments

@clemens-tolboom
Copy link
Contributor

Test

  1. Being on https://drupal.org/node/2035259
  2. Selecting the idea's
  3. Click last idea
  4. Idea list is out of sight almost
  5. https://drupal.org/node/2035259#comment-8285915

I think the pane should be fixed position and not scroll with the drupal footer. Not sure how the DOM is designed for :p

@albaloo
Copy link
Owner

albaloo commented Dec 18, 2013

Can you add a screenshot? I wasn't able to reproduce the problem. Thanks.

@clemens-tolboom
Copy link
Contributor Author

procid-too-many-scrollbars-2

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?

@seanr
Copy link

seanr commented Oct 26, 2014

Same issue here. I have to scroll back up to see procid.

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

3 participants