Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#1407 closed enhancement (fixed)

theme layout CSS z-index should reduce to lower number

Reported by: levinng's profile levinng Owned by:
Milestone: Priority: major
Severity: Version:
Component: Core Keywords:
Cc:

Description

z-index set to 999, sidebar widget will overlap on most third-party pop up effect, if it's required to maintain the layout, then please give it a reasonable index number eg: 9

css/layout/blog-dir-pages/2c-left.css: z-index: 999;
css/layout/blog-dir-pages/2c-right.css: z-index: 999;

Change History (1)

#1 @johnjamesjacoby
14 years ago

  • Component set to Core
  • Resolution set to fixed
  • Status changed from new to closed

This was fixed a while ago. The only place where z-index is set that high is the adminbar, where it makes sense for it to be.

Note: See TracTickets for help on using tickets.