Some parts of the theme overlap the top bar and make it unusable at some parts.
Examples:
Editor: http://i.icap.me/314175627581e56.png
Forum collapse buttons: http://i.icap.me/31417562860b219.png
Dropdown menus: http://i.icap.me/314175629421965.png
(And the "Open Buddy List" and "Logout" links): http://i.icap.me/314175629660c90.png
Easy fix -
Add this to .top_panel in the CSS:
Fixes all those problems listed.
Examples:
Editor: http://i.icap.me/314175627581e56.png
Forum collapse buttons: http://i.icap.me/31417562860b219.png
Dropdown menus: http://i.icap.me/314175629421965.png
(And the "Open Buddy List" and "Logout" links): http://i.icap.me/314175629660c90.png
Easy fix -
Add this to .top_panel in the CSS:
Code:
z-index: 9999;
Fixes all those problems listed.