Merge pull request #323 from opencloud-eu/keycloak-theme-v2-followup

fix (keycloak): adjust opencloud theme background not using full heig…
This commit is contained in:
Michael Barz
2026-06-27 09:08:12 +02:00
committed by GitHub

View File

@@ -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;
}