From fcf0cdcf6366528988b50d813ee27609304b9ff5 Mon Sep 17 00:00:00 2001 From: Chris Hallgren Date: Wed, 24 Dec 2014 21:36:27 -0600 Subject: [PATCH] Fixes #7 and #10 --- css/sb-admin-2.css | 5 +++++ tables.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/sb-admin-2.css b/css/sb-admin-2.css index 730b2161d..e8be39691 100644 --- a/css/sb-admin-2.css +++ b/css/sb-admin-2.css @@ -224,6 +224,11 @@ body { height: 100%; } +.dataTables_wrapper { + position: relative; + clear: both; +} + table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, diff --git a/tables.html b/tables.html index bac995680..2cc99eb15 100644 --- a/tables.html +++ b/tables.html @@ -386,7 +386,7 @@

Tables

-
+