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:
parent
1ca3f15398
commit
e9dbab011f
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
|
height: 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
|
|
@ -91,7 +91,7 @@ export class UserInterface extends Interface {
|
||||||
}
|
}
|
||||||
.background-wrapper {
|
.background-wrapper {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Reference in New Issue