Changeset 6263


Ignore:
Timestamp:
Apr 8, 2013, 1:26:03 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1749: Horizontal scroll bar in the directory tree is not at the bottom of the frame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2-stable/www/filemanager/directories/list_directories.jsp

    r5953 r6263  
    372372    <base:body onload="initialise()">
    373373    <div id="main" class="absolutefull joust"
    374       onmousemove="parent.DragDrop.drag(event)" onmouseup="parent.DragDrop.endDrag(event)">
     374      onmousemove="parent.DragDrop.drag(event)" onmouseup="parent.DragDrop.endDrag(event)" style="overflow: hidden;">
    375375      <tbl:toolbar subclass="bottomborder">
    376376        <tbl:button
     
    387387        />
    388388      </tbl:toolbar>
    389       <div id="joust" style="overflow: auto;"></div>
     389      <div id="joust" class="absolutefull" style="overflow: auto; top: 2em;"></div>
    390390    </div>
    391391    </base:body>
Note: See TracChangeset for help on using the changeset viewer.