fix missing (vertical) scrollbar, if whole list of backups is otherwise not visible

This commit is contained in:
ralf 2023-07-11 14:22:43 +02:00
parent f2b81f6fd2
commit a6d1d8d2c9

View File

@ -76,7 +76,7 @@ function sort_table(id)
</script> </script>
<form method="post" name="backup_form" action="{self}" enctype="multipart/form-data"> <form method="post" name="backup_form" action="{self}" style="height: 100%; overflow-y: auto" enctype="multipart/form-data">
{hidden_vars} {hidden_vars}
<input name="sortedby" id="sortedby" type="hidden" /> <input name="sortedby" id="sortedby" type="hidden" />
<table border="0" align="center" width="98%" cellpadding="5"> <table border="0" align="center" width="98%" cellpadding="5">