admin_menu.css line 9:

body .block-admin_menu { width: 100% !important; border: 0; margin: 0; padding: 0; }

the width should be set to 99% to avoid horizontal scrollbar on safari.

Comments

sun’s picture

Did you double-check that this is not caused by a particular style in the theme?
IIRC, admin menu is not rendered on full width in Firefox and IE if we decrease the width.

3mors’s picture

I'm using it with default Garland theme.
I've just checked and with Firefox I have no problem with 99%.
On IE 6, it's shorter than the full width, but anyway there's the h scrollbar... (obviously :-| )

Standart’s picture

Version: 5.x-1.0 » 5.x-1.x-dev

I can confirm the problem using Drupal Administration Menu 5.x-1.x-dev (2007-Nov-04) and Garland (Drupal 5.3). The problem does not occur, though, using zen theme (0.6).

Safari 2.0.4

Standart’s picture

Same with Safari 3.0.4.

Standart’s picture

Status: Active » Fixed

Looks like http://drupal.org/node/179648 fixed this issue. I tried it with

* Garland (Drupal 5.3)
* admin_menu 5.x-1.2
* Safari 2.0.4 (Mac OS X 10.4.10), Safari 3.0.4 (Mac OS X 10.4.11)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.