Auto height for the entire app

I would like to make the app take the entire screen. I already managed to do it for the width with this

:root { 
  --retool-canvas-max-width: auto;
}

but I can't find a way to do it for the height. To explain a bit the app I'm doing: It is a dashboard for a dispatcher and it needs to be able to use it on a big screen or a laptop without having to scroll down to see the bottom of the page. Thank you very much!

3 Likes

Hi @Nikita, it's actually not possible to resize the canvas height, unfortunately. This has been asked by users a few times, so it could be on the horizon, but in the meantime, feel free to post this as a feature request on the community so that other users who are interested can chime in as well.