Since Conflunece's default #header positon is relative,
(can check from /download/superbatch/css/batch.css )
'Team Calendars' plugin has #header { position: static; } css in it.
It changes offsetParent of <div class="aui-dd-parent quick-nav-drop-down" style=""> (which determines Confluence Quick Search Result Box) from div#header to div#full-height-container
which makes it skip <div id="header-precursor">'s height and occurs design problem.
(Other plugin makes DIV inside div#header-precursor and Confluence Search Result Box ignores its height and appear up than usual)
I was about to put
jQuery('#header').attr("style","position:relative !important;"); to revert #header's position into relative,
but I'm aware of design problem might occur with Team Calendars Plugin.
Why Team Calendars needed to change #header css?
Is it safe to roll back to default?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.