For some reason, the pop-up window that shows you the options to either quick or full edit posts turns up behind the search thread bar as you can see in the image:
[
attachment=26796]
How do I adjust it so it pops up in front of the bar?
Please post your website's URL and any testing account.
Seeing random test posts pop-up but still no solution
Can you post your ... "postbit_edit" template? (No sure about the template name, but it starts with postbit_ and should have "edit" in the name e.e)
/bump!
@Omar: I can actually - is there anything I need to edit?
May be if you add a z-index value to the div wrapping the popup.
Definitely sounds like a problem with the z-index property. Try add this to the bottom of your global.css:
.popup_menu{
z-index:9999 !important;
}