.scroll-button { background-color: #cccccc; opacity: 0.6; pointer-events: all; margin-top: -60px; &:hover { opacity: 0.8; } } .scroll-button-container { height: 0; padding-right: 15px; position: sticky; bottom: 20px; pointer-events: none; z-index: 100; }