fix broken scrolling functionality in samples table

This commit is contained in:
Mojca Lorber 2017-01-13 11:07:33 +01:00
parent aba12b9b2c
commit 4250088447

View file

@ -111,7 +111,7 @@
}
}
.dataTables_scrollBody {
height: auto !important;
overflow: visible !important;
}
#samples .dropdown-menu {
position: relative;
float: none;
}