special-case the files table with some padding to make the hover menu visible without scrolling, in some cases.
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
overflow:auto;
|
||||
margin-top:20px;
|
||||
}
|
||||
.filesTable {
|
||||
padding-bottom: 6%;
|
||||
}
|
||||
#table-wrapper table {
|
||||
width:100%;
|
||||
|
||||
|
@ -60,7 +60,7 @@ if (viewAs == null)
|
||||
</ul>
|
||||
<% } else { %>
|
||||
<div id="table-wrapper">
|
||||
<div id="table-scroll">
|
||||
<div class="filesTable" id="table-scroll">
|
||||
<div id="filesTable"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user