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:
Jens L 2023-07-19 01:31:45 +02:00 committed by GitHub
parent 1ca3f15398
commit e9dbab011f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {

View File

@ -91,7 +91,7 @@ export class UserInterface extends Interface {
}
.background-wrapper {
height: 100vh;
width: 100vw;
width: 100%;
position: absolute;
z-index: -1;
top: 0;