From 2e7c1fd4c932fccfc2a3585d2fe38cef58aee8b7 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 28 Feb 2008 00:39:20 +0000 Subject: [PATCH] Merged revisions 48565 via svnmerge from http://svn.silverstripe.com/open/modules/cms/branches/2.2.1asfonz ........ r48565 | sminnee | 2008-01-24 15:32:05 +1300 (Thu, 24 Jan 2008) | 1 line Added horizontal scrollbar to RHS link treedropdown, for seeing long page titles ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50340 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/cms_right.css b/css/cms_right.css index 5dde02f0..5bd61d03 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -466,7 +466,8 @@ div.originallang_holder.field.CompositeField.nolabel { #contentPanel div.tree_holder { width: 184px; height: 260px; - overflow-x: hidden; + /* Keep a scrollbar in the RHS tree dropdowns, in case the content is too wide for the column */ + overflow-x: scroll; } #contentPanel ul.tree a { padding-left: 15px;