web/user: fix background alignment (#6383)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
7ac5c8eaa6
commit
3cce6d79eb
|
@ -92,7 +92,7 @@ export class UserInterface extends Interface {
|
|||
.background-wrapper {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Reference in New Issue