Код: Выделить всё
flex: 1;
Код: Выделить всё
body {
background-color: gray;
margin: 0;
min-height: 100dvh;
display: flex;
flex-direction: column;
}
body main {
flex: 1;
}
header {
background-color: white;
}
footer {
background-color: white;
}
section:has(> div.multi-step-form) {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
section:has(> div.multi-step-form) div.multi-step-form form {
background-color: white;
}
Код: Выделить всё
Project Auto Quote
Header
form
Footer
Подробнее здесь: https://stackoverflow.com/questions/793 ... eight-wont