Closed (fixed)
Project:
Inline Ajax Search
Version:
6.x-3.10
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 10:06 UTC
Updated:
2 Jun 2011 at 08:11 UTC
The css of 3.10 is buggy. The searchform is now overwritten by the next block.
After removing this code all is displayed well:
#block-inline_ajax_search-0 {
position: absolute;
z-index: 20;
}
Comments
Comment #1
fabianderijkThis works fine for me with a few different themes. Probably has something to do with the styling of your theme?
Comment #2
promesHello Fabian,
I use it with the Drupal theme Minelli with color Olivia and a left side menu under the search block.
Comment #3
fabianderijkThanks for the info. I reproduced the error and solved it with some CSS. It should be visible in the next nightly build.