docs(demos): fix z-index of FAB, customized toolbar

Closes #388
This commit is contained in:
Drew Rygh
2015-11-30 11:09:09 -06:00
parent c3ef6f4db8
commit 82ce257fa2
3 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@
</p>
</ion-content>
<button fab dark fab-bottom fab-center style="z-index: 999">
<icon is-active="false" heart></icon>
</button>
<ion-toolbar id="subtle-footer">
</ion-toolbar>

View File

@ -1,6 +1,6 @@
#subtle-footer {
background-color: #fff;
border-image-source: url(footer-wireframe.png);
border-image-source: url(../component-docs/img/footer-wireframe.png);
border-image-repeat: repeat;
border-image-width: 100%;
border-bottom: 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B