When using the overlay and toolbar modules, references edit/add dialogs alos include the admin toolbar inside them, rather weird.

Comments

mpotter’s picture

To fix this on my site, I added the following CSS:

body.page-references-dialog #toolbar {
	display: none;
}

This could probably be added to references-dialog-search.css file, or somebody can find a more correct solution to prevent the toolbar from being attached to the dialog in the first place.

fabsor’s picture

Status: Active » Closed (duplicate)

This should be fixed over here: #1365818: Toolbar is visible in "search" dialog