From c248373641e65b585e0029176a608d6f4160642d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 17 May 2018 14:36:29 +0200 Subject: [PATCH] Fix the file drop events --- frontend/css/style.css | 2 +- frontend/index.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 702aa5e..5c9236b 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -6,7 +6,7 @@ body { color: rgb(96, 98, 102); } -body > .el-container { +.el-container { height: 100%; } diff --git a/frontend/index.html b/frontend/index.html index 93ea3e3..2e2e5e3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,7 +19,9 @@ - +
+ + @@ -111,6 +113,8 @@ Built by the Cloudron.io team. Get the code +
+ -- 2.41.0