Prevents SCM browser to overlay over the new repository sidebar (#779).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8881 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2012-02-15 18:24:23 +00:00
parent 4cf6901057
commit f84273ca91
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div class="autoscroll">
<table class="list entries" id="browser">
<thead>
<tr id="root">
@ -15,3 +16,4 @@
<%= render :partial => 'dir_list_content' %>
</tbody>
</table>
</div>