-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Checklist
- I'm using 0.4.3
Description
2 issues:
- When i click on button, scrollbar go instant to position 0, so absolute position elements (parallax + main header) have a terrible visual effect.
- Trying to skin bootstrapv4 + fontawesome, with custom css is not working on mobile (but is working on small resolution desktop browser). That maybe is my css fail:
`
$('body').scrollToTop({
skin: 'bootstrap'
});
//scrollToTop
.scrollToTop_bootstrap {
background-color: lighten($primary, 25%) !important;
border-radius: $border-radius;
z-index: 9999;
@include hover{ background-color: $primary !important; }
&:after {
font-family: "Font Awesome\ 5 Pro";
content: "\f341";
font-size: 30px;
position: absolute;
right: 64px;
top: 3px;
color: #fff;
}
}`
What did you expect to happen?
- progressive scrollbar position.
- i should see button contents on mobile device
Metadata
Metadata
Assignees
Labels
No labels