Merge pull request #915 from uzegonemad/hotfix/scroll-up-zindex

Fix z-index on scroll to top button
This commit is contained in:
Mark McDowall 2015-11-14 21:43:37 -08:00
commit c419e7b710
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
.opacity (0.2);
position : fixed;
z-index : 9999;
bottom : 50px;
right : 50px;
display : none;