Fix back to top button z-index

This commit is contained in:
An Phan 2017-01-15 12:15:13 +08:00
parent 891dc74556
commit 01f3e77fb3
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -23,7 +23,7 @@ export default {
bottom: $footerHeightMobile + 26px;
left: 0;
text-align: center;
z-index: 9999;
z-index: 20;
opacity: 1;
transition: opacity .5s;