Reputation: 51
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:
Expectation:
Upvotes: 0
Views: 1309