corrected background scrolling for clouds theme

This commit is contained in:
chateau 2019-03-20 00:35:57 +01:00
parent ce38f0aba0
commit 4b97eb7c66

View file

@ -16,6 +16,12 @@ a.app-tile,
color: black !important;
}
.content {
width: 100%;
height: 100%;
overflow: auto;
}
.ynh-user-portal {
background-image: url("background.jpg");
background-repeat: no-repeat;