Tested in:
Internet Explorer 7.0.6000.16512 at resolution 1280x800 on Microsoft Windows Vista.
Firefox 3.0.7 at resolution 1400x1050 on GNU/Linux distribution Ubuntu 8.10.
Konqueror 4.2.00 at resolution 1400x1050 on Linux distribution Ubuntu 8.10.

The quick work around I found to this problem for browsers that support is adding overflow:hidden to the body of page.tpl.php

style="overflow:hidden;"

to file ./sites/all/themes/amity_island/page.tpl.php

between

 <body 

and

 <?php print ...

This work around does not apply to Internet Explorer 7.

Drupal version 6.10 using 6.x-1.0 Amity Island release from http://ftp.drupal.org/files/projects/amity_island-6.x-1.0.tar.gz.

Comments

wretched sinner - saved by grace’s picture

Project: Drupal core » Amity Island
Version: 6.10 » 6.x-1.x-dev
Component: other » User interface

Moving to the Amity Island queue, as it is an issue with the theme, not Drupal Core.