Making WordPress.org

Changeset 11664


Ignore:
Timestamp:
03/11/2022 06:09:46 AM (3 years ago)
Author:
dd32
Message:

Support Forums: Also Viewing: Use a more reasonable z-index to prevent the bar showing above the site header.

Props vijayhardaha for the report.
Fixes #6178.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-also-viewing/wporg-bbp-also-viewing.js

    r11568 r11664  
    4949
    5050            jQuery('#main').before(
    51                 '<div id="also-viewing-banner" style="display: none; font-size: 0.8rem; color: #fff; line-height: 2rem; background: #d54e21; width:100%; text-align: center; position: initial; top: 32px; left: 0; z-index: 9999;"></div>'
     51                '<div id="also-viewing-banner" style="display: none; font-size: 0.8rem; color: #fff; line-height: 2rem; background: #d54e21; width:100%; text-align: center; position: initial; top: 32px; left: 0; z-index: 150;"></div>'
    5252            );
    5353            banner = jQuery( '#also-viewing-banner' );
Note: See TracChangeset for help on using the changeset viewer.