相关问题
- How can I dynamically add items into paper-dropdow
- 2 way data-binding between a polymer component and
- IE dropdown z-index bug
- Shadow DOM CSS Styling from outside is not working
- How to get Polymer 2.0 ES5 elements working with v
相关文章
- Access shadow DOM properties (polymer) with javasc
- Set the z-index value of a jQuery autocomplete inp
- document.querySelector() returns null
- Updating Polymer component via Websocket?
- polymer duplicate element content
- Using CSS position absolute, relative and z-index
- React native how to drag card view out of ScrollVi
- Where is it best to handle the business logic in m
If your z-index is properly set, check the background-color, it may be set to transparent.
Well, bad news is that it's
iron-list
issue (namelyiron-list
usingz-translation
).Good news is that there is kind of a workaround for that... I had the same problem and what I ended up with was a behavior (but you can make put this in your component) that has something like:
Just pass your table id there and that should do the job...