How can I set a ProseMirror editor to be 100% height?

I have a ProseMirror editor (TipTap through Mantine UI) which I’d fill all available space in it’s container. How can I accomplish this?

That’s more of a CSS question than a ProseMirror question. But flexbox styling is often a good way to do things like this.