special-case the files table with some padding to make the hover menu visible without scrolling, in some cases.

This commit is contained in:
Zlatin Balevsky
2020-03-23 07:47:41 +00:00
parent 2aea965d72
commit 4a9cea7d2e
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@
overflow:auto;
margin-top:20px;
}
.filesTable {
padding-bottom: 6%;
}
#table-wrapper table {
width:100%;

View File

@ -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>