I use the Seven theme as administration theme. In Regional Settings I get vertical scrollbars, see attached picture.

BTW is it possible to add 'Seven theme' to the component list (next to Garland and Minnelli), so future issues about this theme can be assigned correctly?

Comments

damien tournoud’s picture

Confirmed, even if this looks slightly different in Mac OS X.

The culprit is

/**
 * Date and time settings page
 */
.date-container {
  overflow: auto;
  clear: left; /* LTR */
}

in modules/system/admin.css

damien tournoud’s picture

The overflow directive was introduced in the original #105039: Custom date-time formats. I tend to think it is simply useless.

Bojhan’s picture

This seems fixed?

bleen’s picture

Status: Active » Closed (won't fix)

@Bojhan: the style that Damien Tournoud pointed out in #1 remains, but I too am no longer seeing those vertical scrollbars. Unless someone wants to overrule me, I'm marking as wont fix.