body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

body > * {
    flex-shrink: 0;
}

.stich-m, #root {
    flex: 1 0 auto;
}