aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/css
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2018-05-17 14:36:29 +0200
committerJohannes Zellner <johannes@cloudron.io>2018-05-17 14:36:29 +0200
commitc248373641e65b585e0029176a608d6f4160642d (patch)
tree0046d2bdff7611c6918c532b748aa485945c9972 /frontend/css
parent13df9f95b03daec6f2ce4d5a5d2a62657e814d0d (diff)
downloadSurfer-c248373641e65b585e0029176a608d6f4160642d.tar.gz
Surfer-c248373641e65b585e0029176a608d6f4160642d.tar.zst
Surfer-c248373641e65b585e0029176a608d6f4160642d.zip
Fix the file drop events
Diffstat (limited to 'frontend/css')
-rw-r--r--frontend/css/style.css2
1 files changed, 1 insertions, 1 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 {
6 color: rgb(96, 98, 102); 6 color: rgb(96, 98, 102);
7} 7}
8 8
9body > .el-container { 9.el-container {
10 height: 100%; 10 height: 100%;
11} 11}
12 12