?
avatar C-Lodder
C-Lodder
8 Feb 2019

Steps to reproduce the issue

Visit the backend login page in IE11

You'll notice the background placement is a little weird (see screenshot)

Actual result

ie11

avatar C-Lodder C-Lodder - open - 8 Feb 2019
avatar joomla-cms-bot joomla-cms-bot - change - 8 Feb 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 Feb 2019
avatar puneeth2001
puneeth2001 - comment - 8 Feb 2019

What do you want to change here?

avatar C-Lodder
C-Lodder - comment - 8 Feb 2019

@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));
}
avatar C-Lodder C-Lodder - change - 8 Feb 2019
Title
[4.0] IE11 - Login page
[4.0] [IE11] - Login page
avatar C-Lodder C-Lodder - edited - 8 Feb 2019
avatar puneeth2001
puneeth2001 - comment - 8 Feb 2019

image
I am not getting anything like that

avatar C-Lodder
C-Lodder - comment - 8 Feb 2019

@puneeth2001 The issue is in IE11, not Chrome

avatar C-Lodder
C-Lodder - comment - 19 Feb 2019

PR: #23945

avatar C-Lodder C-Lodder - close - 19 Feb 2019
avatar C-Lodder C-Lodder - change - 19 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-19 14:55:34
Closed_By C-Lodder

Add a Comment

Login with GitHub to post a comment