For my site, the sticky button is there but something is wrong with the z-index.
Check out this page https://www.altarealestate.sg/featured-listings
This is the CSS code
{
position: fixed;
z-index: 9999;
bottom: 3%;
right: 3%;
width: 65px;
height: 65px;
}