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.