Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3158 by [email protected]: Admin topbar menu hidden under
changelist due to z-index
http://code.google.com/p/reviewboard/issues/detail?id=3158
What version are you running? 1.7.19
What's the URL of the page containing the problem? /admin/db/auth/user
What steps will reproduce the problem?
1. Navigate to the URL (login if necessary).
2. Hover over the blue button on the top bar.
What is the expected output? What do you see instead? The small menu that
pops down is hidden under the filter. It should be on top.
What operating system are you using? What browser? Windows 7. Firefox
25.0.1.
Please provide any additional information below.
The z-index of #accountnav li:hover ul is 110 (defined as LESS variable
@z-index-menu in reviewboard/static/rb/css/defs.less:99). The z-index of
#changelist-filter is 1000. The former must be greater than the later. The
z-index of the later is defined in the URL
/static/admin/css/changelists.css. I found a relevant git commit
e80e4b7bf67737eeece48f15067ad8aa7bbc573a that implies that this file is
created at package time. I am downloading and installing ReviewBoard with
easy_install.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.