From 4a8a51b3def5d119f63c3e97e50770a804af4e10 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 28 Jan 2012 08:05:58 +0000 Subject: [PATCH] [css][xs]: overflow auto on grid data table div so we scroll within a fixed box rather than the page. --- css/data-explorer.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/data-explorer.css b/css/data-explorer.css index 2705d14a..c6683954 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -25,11 +25,6 @@ width: 30px; } -.doc-count { - font-weight: bold; - font-size: 120%; -} - .data-view-container { display: block; clear: both; @@ -132,6 +127,11 @@ * Data Table *********************************************************/ +.data-table-container { + overflow: auto; + height: 550px; +} + .data-table { border: 1px solid #ccc; font-size: 12px;