Hi This an awesome add on.please help me with below questions. 1. how do i

Hi This an awesome add on.please help me with below questions.

  1. how do i set the back ground color for whole app.?

  2. I have scenario where i need to load the content from different micro app,
    so i have written a routerview for a menu and in that view like below
    public View1() {
    setSizeFull();
    add(new IFrame(“http://localhost:6060”));
    }

     this is loading fine, but after the load all the menu link click are just reloading the same page. is there some thing i need to take care.?
    

how do i set the back ground color for whole app.?

[Checkout the following link]
(https://github.com/appreciated/vaadin-app-layout/issues/163#issuecomment-438968625).

this is loading fine, but after the load all the menu link click are just reloading the same page. is there some thing i need to take care.?

Please open an issue on Github with your Code to help me understanding your problem