mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
corrected background scrolling for clouds theme
This commit is contained in:
parent
ce38f0aba0
commit
4b97eb7c66
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue