From e9dbab011f42b0bebbcd245b01de8f3632e1b5a0 Mon Sep 17 00:00:00 2001 From: Jens L Date: Wed, 19 Jul 2023 01:31:45 +0200 Subject: [PATCH] enterprise: more style fixes (#6297) * fix horizontal scrollbar size Signed-off-by: Jens Langhammer * fix horizontal scrollbar on user interface Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- web/src/common/styles/authentik.css | 1 + web/src/user/UserInterface.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/common/styles/authentik.css b/web/src/common/styles/authentik.css index e5baaa48b..912594337 100644 --- a/web/src/common/styles/authentik.css +++ b/web/src/common/styles/authentik.css @@ -13,6 +13,7 @@ ::-webkit-scrollbar { width: 5px; + height: 5px; background-color: transparent; } ::-webkit-scrollbar-thumb { diff --git a/web/src/user/UserInterface.ts b/web/src/user/UserInterface.ts index 4d1857708..26f556cf6 100644 --- a/web/src/user/UserInterface.ts +++ b/web/src/user/UserInterface.ts @@ -91,7 +91,7 @@ export class UserInterface extends Interface { } .background-wrapper { height: 100vh; - width: 100vw; + width: 100%; position: absolute; z-index: -1; top: 0;