When the screens become bigger there comes unwanted white space down the page

0
Hi I am using an iFrame with a page of our Mx App, whereby the background color is gray. I noticed that when the screens become bigger there comes a unwanted white space with the classes mx-layoutcontainer-center mx-scrollcontainer-center. My question is: 1 - Is it possible to disabl this behaviour? 2 - Otherwise is it possible to change/overrule this unwanted white space so that is same gray as the rest of the page?
asked
2 answers
0

What is the background on your login page? When that page is white, that is probably the white space you'll see.

You should be able to add a class to your page in "Edit Page" (right click on the gray menu area and select properties). Or, if you don't want to start up gulp or grunt, you could test it just by typing: 'background-color: YourShadeOfGray;' in "Style" and then run the application.

Good luck!

answered
0

A class or indeed the css in style on the page will solve the issue

answered