Код: Выделить всё
body {
margin: 0;
display: flex;
height: 100vh;
overflow: hidden;
}
.container {
display: flex;
width: 100%;
}
.sidebar {
width: 250px;
background-color: #f4f4f4;
}
.main-content {
flex: 1;
padding: 20px;
background-color: #fff;
overflow-y: auto;
}< /code>
side bar (main content is not scrollable when cursor is over here).
button should be clickable
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
text
Подробнее здесь: https://stackoverflow.com/questions/793 ... n-side-bar