From ab31c633d0cd7a3f0b417e2761e16c50865793e3 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 9 Apr 2018 16:50:59 -0700 Subject: [PATCH] Possible fix for #5211 --- public/css/bootstrap-table.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/bootstrap-table.css b/public/css/bootstrap-table.css index dd589e5d8ca5..733c03a69cf3 100755 --- a/public/css/bootstrap-table.css +++ b/public/css/bootstrap-table.css @@ -50,7 +50,7 @@ .fixed-table-body { overflow-x: auto; overflow-y: auto; - height: 100%; + height: auto; } .fixed-table-container table { @@ -294,4 +294,4 @@ div.fixed-table-scroll-outer { width: 200px; height: 150px; overflow: hidden; -} \ No newline at end of file +}