Код: Выделить всё
.layout {
display: grid;
grid-template-columns: 1fr 1fr;
height: min-content;
}
.left-group {
height: max(100dvh, 100%) //Does not work
background: red;
display: grid;
overflow-y: auto;
}
ul>.item {
background: green;
min-height: 400px;
}
.right-group {
height: 800px;
background: blue;
}< /code>
[list]
[*]1
[*]2
[*]3
[*]4
[/list]
Подробнее здесь: https://stackoverflow.com/questions/796 ... ens-height
Мобильная версия