Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-20387

Using custom HTML for footer with a large block of code, shifts the screen upwards due to the absolute footer position

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      When using custom HTML for footer under "Administration->Look and Feel->Custom HTML-> At End of the BODY", which adds a large block of code, the rest of the body is pushed upwards and out of the screen.
      Making the #footer relative in default-style.css helps in resolving the problem:

      #footer {
      bottom:0;
      position:relative;
      width:100%;
      }
      

            [CONFSERVER-20387] Using custom HTML for footer with a large block of code, shifts the screen upwards due to the absolute footer position

            No work has yet been logged on this issue.

              etom edith (Inactive)
              ganand Gurleen Anand [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: