Two vertical scroll bars on edit page
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Two vertical scroll bars on the edit page irrespective of the Content. This is not observable while creating a new page.
Environment
6.13.5
.
Diagnosis
Site-wide banner configured in Custom HTML in *Before Head End*
<div class="aui-message closeable"style="background-color: yellow; border: 2px solid red; margin: 2px; padding: 4px; font-weight: bold; text-align: center;">
<p class="title"><strong>
"Banner-text"
</strong>
</p>
</div>
Cause
No user-visible text should be present in *Before Head End*. As per our documentation Banners should be only configured in At the beginning of the Body
Solution
- Remove banner from the Custom HTML
- Remove banner configured in *Before Head End* and Add it in At the beginning of the Body