From edc3d9c258ab88a485a431984107beef0cdc8b7f Mon Sep 17 00:00:00 2001
From: Vincent Boutour
Date: Sun, 29 May 2022 11:30:02 +0200
Subject: [PATCH] fix(upload): Fixing invisible margin display on hidden button
Signed-off-by: Vincent Boutour
---
cmd/fibr/templates/upload-form.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/cmd/fibr/templates/upload-form.html b/cmd/fibr/templates/upload-form.html
index 1ba29d89..a12a543e 100644
--- a/cmd/fibr/templates/upload-form.html
+++ b/cmd/fibr/templates/upload-form.html
@@ -458,6 +458,7 @@
#upload-list {
margin: 1rem auto;
+ overflow-y: auto;
}
#upload-duration {
@@ -478,6 +479,7 @@
}
.opacity {
+ flex: 0 0;
opacity: 0;
}
@@ -514,9 +516,9 @@
{{ end }}
-
+
-
+