Responsive view #682 div.scrollview no more needed

This commit is contained in:
Karel Picman 2018-02-16 16:41:26 +01:00
parent 0e83f00a67
commit 7c473aa39c
2 changed files with 5 additions and 9 deletions

View File

@ -115,13 +115,11 @@
</div>
<% end %>
<% end %>
<div class="autoscroll">
<% if @tree_view %>
<%= render(:partial => 'tree_view') %>
<% else %>
<%= render(:partial => 'list_view') %>
<% end %>
</div>
<% if @tree_view %>
<%= render(:partial => 'tree_view') %>
<% else %>
<%= render(:partial => 'list_view') %>
<% end %>
<% end %>
<%= context_menu %>

View File

@ -45,7 +45,6 @@
<% end %>
<% end %>
</div>
<div class="autoscroll">
<table class="display list dmsf_list" id="browser">
<thead>
<tr>
@ -165,7 +164,6 @@
<% end %>
</tbody>
</table>
</div>
<% end %>
<%= context_menu %>