fix (keycloak): adjust opencloud theme background not using full height when scrollable

This commit is contained in:
Alexander Ackermann
2026-06-27 00:28:27 +02:00
parent b914288032
commit b8a0a98a51

View File

@@ -22,7 +22,7 @@
body { body {
font-family: "OpenCloud", "Open Sans", Helvetica, Arial, sans-serif; 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; background-size: cover !important;
} }