Unable to set ion-content height

I’m want to adjust the ion-content height. Width works as expected: however, the height adjustment is ignored.

ion-content {
width: calc(100vw - 50px);
height: calc(100vh - 50px);
}

Can somebody tell me why this doesn’t work?