Project

General

Profile

Actions

Defect #24000

closed

z-index children menu should be greater than content

Added by Kirill Ponomarev over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

In Redmine 3.3.0.stable.15884 we have:

#main-menu .menu-children {
  z-index:1;
}

#content {
  z-index: 10;
}

It should be:

#main-menu .menu-children {
  z-index: 11;
}


Files


Related issues

Related to Redmine - Feature #15880: Consistent, global button/menu to add new contentClosedJean-Philippe Lang

Actions
Actions

Also available in: Atom PDF