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;