web/user: fix background alignment (#6383)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-07-26 11:03:58 +02:00 committed by GitHub
parent 7ac5c8eaa6
commit 3cce6d79eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;