Fix z-index on user account drop-down
Review Request #4597 — Created Sept. 20, 2013 and submitted
Added a z-index property to lists in accountnav to have the contents of the account dropdowns not be concealed by the changelist-filter in admin dashboard while managing users
Went to admin dashboard --> manage users, and then hovered over user account tab in the top navigation bar and ensured that part of it was no longer hidden by the table in the main content.
(Ran unit tests anyway and they all passed, though I'm assuming changing css wouldn't affect any of those)
-
This is a review from Review Bot.
Tool: Pyflakes
Processed Files:
Ignored Files:
reviewboard/static/rb/css/defs.less
reviewboard/static/rb/css/common.less
- Summary:
-
Merge branch 'master' into issue3088ZIndexFix z-index on user account drop-down
- Testing Done:
-
+ Went to admin dashboard --> manage users, and then hovered over user account tab in the top navigation bar and ensured that part of it was no longer hidden by the table in the main content.
+ + (Ran unit tests anyway and they all passed, though I'm assuming changing css wouldn't affect any of those)
- Groups: