Minimum page height

Hi community.

I would like to have a minimum page height of 1400px.
I tried to do that in the CSS of the Layout, but I seem to miss out on the class which you should use.
At which class could I add the min-height: 1400px instruction?

Or would you advice another solution?

Thanks

I could solve this myself.

I added following CSS to the CSS tab of the (Default) layout:

.x-page-container {
min-height: 1400px;
}

That solved it.

2 Likes