Dude idk what you were trying to do but this broke the 'edit' page :/

This commit is contained in:
Alexandre Aubin 2019-03-14 19:59:57 +01:00
parent 710c6ac6ab
commit c5ffdfdfb5

View file

@ -10,9 +10,6 @@ a.app-tile,
}
/* The layout is slightly different, the apps are scollable but not the headers and footers */
html {
height:100%;
}
.ynh-user-portal {
background-image: url("background.jpg");
@ -20,29 +17,6 @@ html {
background-size: cover;
width: 100%;
height: 100%;
overflow: hidden;
}
.overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
}
.overlay #apps {
max-height: 70%;
overflow: auto;
}
.overlay .footer {
position: absolute;
bottom: 0;
}
.listing-apps {
padding-top: 10px;
}
/* Apps colors */