From c5ffdfdfb5f0c186746989762104b886d2751d47 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 14 Mar 2019 19:59:57 +0100 Subject: [PATCH] Dude idk what you were trying to do but this broke the 'edit' page :/ --- portal/assets/themes/clouds/custom.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/portal/assets/themes/clouds/custom.css b/portal/assets/themes/clouds/custom.css index 1dc7964..a22e731 100644 --- a/portal/assets/themes/clouds/custom.css +++ b/portal/assets/themes/clouds/custom.css @@ -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 */