-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-fab-speed-dial with fab action buttons hidden, get in front of other elements on the page #5021
Comments
@topherfangio I'm still encountering this issue using v0.11.4. @fjnogueira Have you been able to confirm the fix using v0.11.4? |
@auty Can you provide a Codepen? Also, what browser are you using? |
@topherfangio Here's the Codepen http://codepen.io/auty/pen/Vvrarm/. It appears the placement of the id attribute is causing the issue. Having "id='FAB'" in the div causes the issue seen above. Moving "id='FAB'" to the element resolves the issue. |
@auty Ah, indeed. The speed dial achieves the proper effect using the CSS property That said, the FAB buttons have a Here is an example of what I mean: http://codepen.io/topherfangio/pen/gaXxva |
@topherfangio Thanks! I really appreciate the thorough explanation. |
when include a fab speed dial, it obstructs access to elements (when hidden), a possible hack might be changing the z-index of the hidden fab action buttons when hidden
The text was updated successfully, but these errors were encountered: