Код: Выделить всё
1
2
3
4
5
6
.menu-container {
height: 100%;
background-color: red;
color: white;
display: flex;
align-items: stretch;
width: 100%;
position: absolute;
z-index: 100;
}
.menu-item1 {
margin-left: 20px;
width: 15%;
height: 100%;
background: dodgerblue;
}


Подробнее здесь: https://stackoverflow.com/questions/785 ... is-smaller