google-code-export / minimalist-gmail

Automatically exported from code.google.com/p/minimalist-gmail
1 stars 1 forks source link

Parentless doropdowns lie behind floating nav #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Gmail option is causing the problem?

Not really a particular option.  Move of the interface.

What is the problem? Describe completely:

If you try to move or label a message using the shortcuts "m" or "l", the 
moving/labeling menu lies behind other Gmail interface elements such as the 
logo or Google Bar.  Any chance or getting the menu to lie on top of these 
elements once again?

I attached an image of the problem.

Does the problem persist when loading Gmail with this link:
https://mail.google.com/mail/u/0/?labs=0 if not, list your enabled labs
experiments:

MinGmail version       1.7.27
Chrome version         11.0.696.65
Chrome update channel  -
Operating System       Windows 7
Language               English
Google apps user?      No
Other Gmail extensions -

Please provide any additional information below and attach screenshots if
possible.

Original issue reported on code.google.com by dsta...@gmail.com on 12 May 2011 at 6:43

Attachments:

GoogleCodeExporter commented 9 years ago
This is a combination of the floating navigation bar and hiding the parent 
element of those dropdowns. Putting this in Custom CSS might fix it:

  .J-M.AW { z-index: 9999 !important; }

Since it's such a rare case, I won't be fixing it in the extension

Original comment by anst...@gmail.com on 12 May 2011 at 11:23