Labels |
Added:
?
|
@puneeth2001 well as you can see, the background is shifted to the bottom right of the page and it should fill the entire page.
Simple solution:
.view-login .login-bg-grad {
position: fixed;
top: 0; << add this
left: 0; << add this
z-index: -1;
width: 100vw;
height: 100vh;
background-image: linear-gradient(45deg,rgba(43,92,145,.9) 30%,rgba(59,151,249,.2));
}
Title |
|
@puneeth2001 The issue is in IE11, not Chrome
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-19 14:55:34 |
Closed_By | ⇒ | C-Lodder |
What do you want to change here?