Why are the FABSpeedial items being placed below a secondary toolbar on my page instead of on top?
You can view this issue in action by checking out this codepen. The speeddial items (1, 2, 3, 4, etc) are currently positioned behind the secondary toolbar labeled as 'Secondary header'.
All the fab-actions listed below seem to be appearing under the toolbar rather than above it. It appears to be a z-index problem, but I am having trouble identifying where the index originates from so that I can make the necessary adjustment.
<md-fab-actions>
<md-button aria-label="Twitter" class="md-fab md-raised md-mini">
1
</md-button>
<md-button aria-label="Facebook" class="md-fab md-raised md-mini">
2
</md-button>
<md-button aria-label="Google Hangout" class="md-fab md-raised md-mini">
3
</md-button>
</md-fab-actions>