2872: Rearrange standard views to deemphasize "advanced" usage, add infinite scroll
[arvados.git] / apps / workbench / app / views / application / _content.html.erb
index 8a0624b7afc9a7523a716599964e6fbde8a8b8db..32c053f645fb7012275816c3f7ffe3cc4396a37b 100644 (file)
@@ -15,7 +15,7 @@
 <div class="tab-content">
 <% panes.each_with_index do |(pane, content), i| %>
   <div id="<%= pane %>" class="tab-pane fade <%= 'in active' if i==0 %>">
-    <div class="smart-scroll" style="margin-top:0.5em;">
+    <div id="<%= pane %>-scroll" class="smart-scroll" style="margin-top:0.5em;">
       <%= content %>
     </div>
   </div>