Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
height: calc(100% - 40px); width: 100%; overflow: scroll;
position: sticky; left: 0; top: 0; z-index: 1000;
position: relative; background: #000;
position: relative; z-index: 1;
transform: translateZ(0);
overflow: scroll;
.parent { height: calc(100% - 40px); width: 100%; overflow: scroll; -webkit-overflow-scrolling: touch; transform: translateZ(0); }