The settings icon to open admin toolbar disappears when overlay is disabled. Hence, admin toolbar is no longer usable.

Further, it seems that the issue is occurring when Toolbar module is enabled. It seems the toolbar comes over the settings icon when used without overlay.

CommentFileSizeAuthor
#1 admin-toolbar_z_index-1882922-1.patch362 bytesmdupont
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mdupont’s picture

Status: Active » Needs review
FileSize
362 bytes

toolbar.css sets the z-index of #toolbar to 600, while (without Overlay), admin.toolbar.base.css sets the z-index of #admin-toolbar to 100, so it's hidden behind.

Maybe fixing the issue is just a matter of setting a higher z-index for #admin-toolbar.

mdupont’s picture

Issue summary: View changes

Updated.