Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created July 6, 2014 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellofromtonya/3a4006e77815dd099008 to your computer and use it in GitHub Desktop.
Save hellofromtonya/3a4006e77815dd099008 to your computer and use it in GitHub Desktop.
Scroll to the Top Feature - CSS styling
.scrollup {
background: url(assets/images/icon_top.png) no-repeat 0 0;
width: 40px;
height: 40px;
text-indent: -9999px;
@include opacity(0.30);
position: fixed;
@include rem(bottom, 50px);
@include rem(right, 100px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment