Page center in some cases displays a virtical scroll bar
Thu, 04/17/2008 - 03:19
On some pages, such as the defaut admin home page in Drupal, a virtical scroll bar appears. It is as if the center of the page is displayed within a frame.
Thu, 04/24/2008 - 19:11
#2
Also close administer main page descriptions
On the 4 or five sites we have this theme installed, I only see the scroll bar on the main admin page, i.e. /admin
I'm not seeing any scroll bars on any other pages, but installing modules that create very wide administration views might cause this - as with any narrow Drupal theme.
Mon, 01/12/2009 - 12:04
#3
Vertical scroll bar
In style.css file, you will find #content class.
In this class, you need to add the following:
overflow:auto;
overflow:hidden;
height:100%;
Mon, 06/15/2009 - 07:59
#4
how to add a scroll bar to a home page
hi any one help me plz how to add a scroll bar to the home page?
Wed, 08/19/2009 - 19:06
#5
Use CSS to add scroll bar.
Use CSS to add scroll bar.

csierragrn -- it's a good idea to select a different theme for the admin, like Garland. That solved most of the problems for me!