.page-project { flex: 1; display: flex; align-items: flex-start; .project-panel { flex: 1; width: 0; height: 100%; background-color: #fafafa; } } @media (height <= 700px) { .page-project { .project-panel { height: auto; min-height: 100%; &.gantt { height: 100%; } } } }