I'm looking to make an element fill all the space below it until the bottom of the browser window. Is there a way to determine the y offset of the element in order to achieve this? I need help defining y:
.occupy-space-below {
max-height: calc(100vh - y);
}