Add vertical scrollbar to recent uploads table
This commit is contained in:
parent
46e126145e
commit
f283d69481
4 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
#recent_uploads > .dataTables_scrolling
|
||||
#recent_uploads .dataTables_scrolling
|
||||
{
|
||||
top: 41px;
|
||||
bottom: 8px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#recent_uploads_wrapper
|
||||
|
@ -25,9 +24,10 @@
|
|||
position: absolute;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
bottom: 8px;
|
||||
top: 41px;
|
||||
border: 1px solid #5b5b5b;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#recent_uploads_table_wrapper > .fg-toolbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue