Код: Выделить всё
#container {
padding: 3em;
overflow-x: hidden;
overflow-y: auto;
width: 300px;
height: 300px;
background: red;
}
#some_info {
height: 900px;
background: #000;
}Код: Выделить всё
См. JSFiddle.
Подробнее здесь: https://stackoverflow.com/questions/134 ... rflow-auto
Мобильная версия