mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
fix missing (vertical) scrollbar, if whole list of backups is otherwise not visible
This commit is contained in:
parent
7ae974500e
commit
e1996bc084
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user