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

Buttons and input fields appear over/through toolbar #315

Closed
alltom opened this issue Feb 20, 2017 · 3 comments
Closed

Buttons and input fields appear over/through toolbar #315

alltom opened this issue Feb 20, 2017 · 3 comments
Labels

Comments

@alltom
Copy link

alltom commented Feb 20, 2017

What MDC-Web Version are you using?

23a0a12

What browser(s) is this bug affecting?

Chrome 58.0.3013.3 (Official Build) dev (64-bit)

What OS are you using?

macOS Sierra 10.12.3 (16D32)

What are the steps to reproduce the bug?

  1. Add a fixed toolbar by copying the demo.
  2. Add mdc-buttons, mdc-textfields, etc to the body.
  3. Scroll.

What is the expected behavior?

The toolbar occludes the buttons and text fields.

What is the actual behavior?

They show through:

toolbar z-index

But regular text does not.

@Garbee
Copy link
Contributor

Garbee commented Feb 20, 2017

We need a z-index on the toolbar. For some reason elements are being layered up that shouldn't (clearly) be.

@traviskaufman
Copy link
Contributor

Thanks for reporting! Looks like relatively-positioned elements are showing up on top of a fixed-position toolbar shrugs.

@alltom
Copy link
Author

alltom commented Feb 25, 2017

Thank you. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants