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

Scroll Header Panel flowing over panel scroll bar #555

Closed
smilbandit opened this issue Jun 27, 2014 · 4 comments
Closed

Scroll Header Panel flowing over panel scroll bar #555

smilbandit opened this issue Jun 27, 2014 · 4 comments

Comments

@smilbandit
Copy link

I was looking at the Demo at, http://www.polymer-project.org/components/paper-elements/demo.html#core-scroll-header-panel. The hero flows over the scroll bar.

http://imgur.com/jADecK7

Same for all browsers below.
Chrome 35.0.1916.153 m
Firefox 30.0
IE 11.0.9431.0IS

The effect is that you can't grab the scroll control to slide down, you must click on the scroll bar somewhere and jump the scroll control to somewhere under the hero so that the scroll control is visible.

Applying #headerContainer { calc(100% - 17px); } seems to fix the issue.

@addyosmani
Copy link
Member

Would you like to submit a PR fixing the issue?

@smilbandit
Copy link
Author

I've never done so but I can give it a try later on.

@ksacks
Copy link

ksacks commented Jul 4, 2014

The fix suggested shouldn't work well for several reasons : the scrollbar width isn't exactly the same all the time, and mainly it doesn't show if the content of the main is short (in which case you'll get a border)

I may be wrong but I played with the scroll header and I couldn't get it not to overlay.

@tjsavage
Copy link
Contributor

tjsavage commented Aug 1, 2014

auto-moving this issue to googlearchive/core-scroll-header-panel#16 and closing this one

@tjsavage tjsavage closed this as completed Aug 1, 2014
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

4 participants