RjT_BnsL
RjT_BnsL

Reputation: 51

How can we expand the lightning component to full screen

I have the requirement to expand the lightning component on whole screen.

I tried the css but that's not working.

.maincontent{
    height: 100%;
    background-color: deepskyblue;
}

html, body { height: 100%; }
body { background-color: deepskyblue; }

Please suggest the way to achieve it.

Current Page:

Current

Expectation:

Expectation

Upvotes: 0

Views: 1309

Answers (0)

Related Questions