Код: Выделить всё
.sidebar {
position: fixed;
top: 0;
left: 0;
width: 220px;
overflow-y: auto;
z-index: 5;
}
.main-page {
margin-left: 220px;
padding: 1rem;
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... ge-content
Код: Выделить всё
.sidebar {
position: fixed;
top: 0;
left: 0;
width: 220px;
overflow-y: auto;
z-index: 5;
}
.main-page {
margin-left: 220px;
padding: 1rem;
}