question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom "scroll to bottom" button

See original GitHub issue

Hi, is there anyway to place an element to “scroll to bottom” button, currently it is transparent. My imagine is:

<ScrollToBottom scrollToBottomView={<Icon name='down'/>}>
{...}
</ScrollToBottom>

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
Ladvacecommented, Apr 26, 2020

I would like to know that too, did u find any solution?

0reactions
himanshuNegi755commented, Nov 6, 2020

I used followButtonClassName props in ScrollToBottom , and then added background-image with background-size: ‘contain’ properties. worked for me. scroll

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Create a Scroll Back To Top Button
Scroll Down. This example demonstrates how to create a "scroll to top" button that becomes visible when the user starts to scroll the...
Read more >
Best way to make a scroll top/bottom button
There is no need to create two buttons. Use one button to simplify your JS. · There is no need for the click...
Read more >
How to create a Scroll To Bottom button in ReactJS
We create a state with the first element visible as an initial state having a value of the true and the second element...
Read more >
javascript - Scroll Automatically to the Bottom of the Page
I've inherited the AfterViewChecked event and placed one line of code in there which states that the viewchild element has to take into...
Read more >
How to Scroll to Top, Bottom or Any Section in React with ...
In this hands-on guide, we will learn how to make a React button that allows users to scroll to the top, bottom or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found