fix file-list jumping around during uploads

This commit is contained in:
ed 2021-09-03 20:17:44 +02:00
parent c2bf6fe2a3
commit 95309afeea
2 changed files with 4 additions and 0 deletions

View file

@ -1544,6 +1544,7 @@ html.light #bbox-overlay figcaption a {
#op_up2k { #op_up2k {
padding: 0 1em 1em 1em; padding: 0 1em 1em 1em;
min-height: 60em;
} }
#u2form { #u2form {
position: absolute; position: absolute;

View file

@ -27,6 +27,9 @@
/* adjust the button area a bit */ /* adjust the button area a bit */
#u2conf.has_btn {width: 35em !important; margin: 5em auto} #u2conf.has_btn {width: 35em !important; margin: 5em auto}
/* a */
#op_up2k {min-height: 0}
</style> </style>
<a href="#" onclick="this.parentNode.innerHTML='';">show advanced options</a> <a href="#" onclick="this.parentNode.innerHTML='';">show advanced options</a>