Это мой пример:
Код: Выделить всё
body {
margin: 0;
padding: 0;
}
header {
height: 150px;
background-color: black;
}
.container {
height: 1500px;
background-color: azure;
}
footer {
height: 500px;
background-color: grey;
}
.sticky {
display: flex;
justify-content: flex-end;
position: sticky;
bottom: 10px;
margin:10px;
}
.sticky a {
background-color: black;
color: #fff;
padding: 5px;
}
[url=#top]ScrollToTop[/url]
Подробнее здесь: https://stackoverflow.com/questions/791 ... javascript
Мобильная версия