Twenty Fifteen sidebar overlaps branding footer

Issue #6 closed
University of Delaware repo owner created an issue

When there is a large menu or multiple widgets in sidebar, the sidebar div overlaps branded footer. (See attachment)

Is not persistent and only bugs out at certain browser window sizes.

Comments (4)

  1. University of Delaware reporter

    Adding the following CSS tested correctly in FF PC

    udtbp_footer{ z-index: 99 !important; position: relative; }

    2015 css override #sidebar{ z-index:1

  2. University of Delaware reporter

    Marking as fixed. Added z-index to move footer in front of sidebar. Clients will be notified to reduce the size of content in sidebar to reduce overflow.

  3. Log in to comment