The tabs on the left side are in total 241px wide, while the margin-left for the module-list is 240px. See these lines of file module_filter_tab.css:

#module-filter-tabs ul {
  width: 239px;
  ...
  border: 1px solid #ccc;
  ...
}

html.js #module-filter-modules {
  margin-left: 240px;
  ...
}

and file dynamic_position.css:

html.js #module-filter-submit {
  ...
  width: 239px;
  border: 1px solid #ccc;
  ...
}

Result: module list is shown below the tabs. By setting the width to 238px or removing the right border this problem is solved. The latter looks visually superior to me:

Screenshot is from a firefox browser.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ellen.davis’s picture

I came across this same problem. I use the Seven theme for administrative pages. Changing the width in the CSS fixed it for me.

smustgrave’s picture

Status: Active » Closed (outdated)

Closing as outdated after 9 years as we transition to Drupal 10.

I'm keeping an eye on the 7.x branch of this module, reviews and majors, but active work is going toward 4.x (supporting D10)

If valid for 4.x please reopen