.projectsList {
flex-basis: 460px;
flex-grow: 1;
flex-shrink: 1;
overflow-y: scroll;
display: flex;
flex-direction: column;
gap: 8px;
}