mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix missing (vertical) scrollbar, if whole list of backups is otherwise not visible
This commit is contained in:
parent
f2b81f6fd2
commit
a6d1d8d2c9
@ -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…
Reference in New Issue
Block a user