From d9bda6e6bb73feab2e9f08b1e98cd32f81952537 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 14 Nov 2007 22:49:57 +0000 Subject: [PATCH] Ticket #1775 - Hack to get the statistics admin using a scrollbar git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44838 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/StatisticsAdmin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/StatisticsAdmin.css b/css/StatisticsAdmin.css index fa52770d..75a7fb79 100644 --- a/css/StatisticsAdmin.css +++ b/css/StatisticsAdmin.css @@ -2,6 +2,10 @@ border-top: 1px solid #aaa !important; } +#right { + overflow-y: scroll !important; +} + table.statstable { font-family: Arial, Helvetica, sans-serif; margin: 10px 0 15px;