enterprise: more style fixes (#6297)
* fix horizontal scrollbar size Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix horizontal scrollbar on user interface Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -91,7 +91,7 @@ export class UserInterface extends Interface {
|
||||
}
|
||||
.background-wrapper {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user