In my react shopping project, I have a sticky basket button at the bottom of the page. However, when scrolling to the top and bottom, the sticky button jumps up due to the full-screen mode in the browser. This occurs particularly when the URL disappears during scrolling. How can I resolve this issue?
position: fixed;
z-index: 2000;
width: 100%;
bottom: 0;
left: 0;