Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll top style #5

Closed
jwillmer opened this issue May 22, 2016 · 2 comments
Closed

Scroll top style #5

jwillmer opened this issue May 22, 2016 · 2 comments

Comments

@jwillmer
Copy link

Not a problem with the current css only that i like the scroll top button more if it is round and have a small opacity. With the current button it feels a little bit to much of an obstical that distracts from the content. Please take a look and decide yourself:

image

CSS:

.go-to-top {
    background-image: url("../assets/go-to-top.png");
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 100px;
    border: none;
    display: none;
    border-radius: 25px;
    opacity: 0.6;
}
@serenader2014
Copy link
Owner

Added opacity to the button in v1.1.2. As the shape of the button, it doesn't bother me. Maybe you can modify the shape by yourself.

@jwillmer
Copy link
Author

Your changes width the opacity change over time are cool 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants