[fix] panel overflowing on welcome page

This commit is contained in:
Maxime Beauchemin 2016-04-04 16:56:06 -07:00
parent 380c3f0c75
commit 4d640b5a3d
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,8 @@ function modelViewTable(selector, modelEndpoint) {
pageLength: 10,
bLengthChange: false,
aaSorting: [],
searching: true
searching: true,
bInfo: false
});
var search = panel.find(".dataTables_filter input");

View File

@ -15,3 +15,7 @@ input {
margin-left: 5px;
margin-top: 8px;
}
.panel-body {
overflow: auto;
}