Closed AmanSingh81757 closed 1 year ago
@tombruijn hello, could you please review this PR and merge if no conflicts are found.
I think we should hide the button better. Like display: none
by default for the .go-to-top-arrow
class, or some visibility: hidden
property, which then gets changed on hover.
Otherwise it is still there, only less apparent it's there, and could still get in the way.
@AmanSingh81757 do you want try those two options? Either display: none
or visibility: hidden
.
@AmanSingh81757 do you want try those two options? Either
display: none
orvisibility: hidden
.
I changed the css a bit to use the display property to hide the button when inactive and display it when scrolled down
@tombruijn I did the recommended changes could you merge the PR now
Can't add screenshot as the cursor isn't visible in screenshots.
Improvement on PR #547