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;
}
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.