From b8a0a98a51a3d05f84889aa6152f68db7aaccfea Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Sat, 27 Jun 2026 00:28:27 +0200 Subject: [PATCH] fix (keycloak): adjust opencloud theme background not using full height when scrollable --- config/keycloak/themes/opencloud/login/resources/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/keycloak/themes/opencloud/login/resources/css/theme.css b/config/keycloak/themes/opencloud/login/resources/css/theme.css index 450f406..122870c 100644 --- a/config/keycloak/themes/opencloud/login/resources/css/theme.css +++ b/config/keycloak/themes/opencloud/login/resources/css/theme.css @@ -22,7 +22,7 @@ body { font-family: "OpenCloud", "Open Sans", Helvetica, Arial, sans-serif; - background: url(../img/background.png) no-repeat center !important; + background: url(../img/background.png) no-repeat center fixed !important; background-size: cover !important; }