From 95309afeea1cd1f3c2966056679cc0fd98c7bcff Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 3 Sep 2021 20:17:44 +0200 Subject: [PATCH] fix file-list jumping around during uploads --- copyparty/web/browser.css | 1 + docs/minimal-up2k.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8f7370bf..483eebfb 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1544,6 +1544,7 @@ html.light #bbox-overlay figcaption a { #op_up2k { padding: 0 1em 1em 1em; + min-height: 60em; } #u2form { position: absolute; diff --git a/docs/minimal-up2k.html b/docs/minimal-up2k.html index d6a4e004..54dac31f 100644 --- a/docs/minimal-up2k.html +++ b/docs/minimal-up2k.html @@ -27,6 +27,9 @@ /* adjust the button area a bit */ #u2conf.has_btn {width: 35em !important; margin: 5em auto} + /* a */ + #op_up2k {min-height: 0} + show advanced options