Hi. when i use reference dialog module with bartik theme and use search button i see image1. But when use this button with omega subthem see image2. I think drupal blocks must be disable in overlay mode.

CommentFileSizeAuthor
image2.jpg27.19 KBdrupalion
image1.jpg25 KBdrupalion
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalion’s picture

I resolved this problem with bellow CSS.

/* overlay pages */
#references-dialog-page  aside#region-sidebar-first {
    display: none !important;
}
#references-dialog-page  .region-content {
    width: 100%;
}