Вот структура HTML и связанный css.
Код: Выделить всё
html {
width: 100vw;
overflow: hidden;
}
body {
background-image: url(./images/sand.jpg);
background-size: cover;
background-repeat: no-repeat;
margin: 0;
height: 100%;
overflow: hidden;
}
.holder {
transition: all 1s ease-in-out;
}
.work-holder {
position: absolute;
height: 100%;
width: 96%;
background-color: #fff;
overflow: scroll;
transition: all 1.2s ease-in-out;
right: -100%;
color: #616161;
font-family: 'Arsenal', sans-serif;
line-height: 1.5;
padding-bottom: 65px;
}Код: Выделить всё
Вот ссылка на сайт, я не уверен, что мне разрешено это публиковать, но если вы посмотрите на это на мобильном телефоне, вы поймете, о чем я говорю. Это «рабочий» контейнер.
https://linx97.github.io/portfolio/
Подробнее здесь: https://stackoverflow.com/questions/579 ... -on-mobile
Мобильная версия