Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

iron-fit-behavior conflicts with app-header-layout #80

Open
2 tasks done
andrey-git opened this issue Oct 28, 2017 · 0 comments
Open
2 tasks done

iron-fit-behavior conflicts with app-header-layout #80

andrey-git opened this issue Oct 28, 2017 · 0 comments

Comments

@andrey-git
Copy link

Description

iron-fit-behavior conflicts with app-header-layout

iron-fit-behavior assumes that the dropdown will be displayed on top of everything since it sets z-index: 103.
However app-header-layout sets the "header" as z-index 1 and "content" as z-index 0. So the resulting z-index of the dropdown inside the content is 0:103 which is less than 1:0, so the header hides the dropdown.

Expected outcome

Either:

  • The dropdown is on top of everything, including the app-header
  • The dropdown is located inside the content and not behind header.

Actual outcome

The dropdown is located with position: fixed;top:0 and is hidden behind app-header.

Live Demo

https://jsbin.com/desunocezo/edit?html,css,output

Steps to reproduce

Put paper-dropdown-menu inside app-header-layout

Browsers Affected

  • Chrome
  • Firefox
    Didn't check others
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant