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
This commit is contained in:
Sean Harvey 2007-11-14 22:49:57 +00:00
parent 2149c1569f
commit d9bda6e6bb

View File

@ -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;