Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(fab): FAB z-index is wrong (#888)
Browse files Browse the repository at this point in the history
Resolves #872
  • Loading branch information
touficbatache authored and lynnmercier committed Jul 6, 2017
1 parent 1528ed7 commit 3812fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/fab.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 1;
}

@media(min-width: 1024px) {
Expand Down

0 comments on commit 3812fbd

Please sign in to comment.