-
-
Couldn't load subscription status.
- Fork 532
Fix navbar z-index #16690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix navbar z-index #16690
Conversation
05e1e14 to
8f64a38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, works!
|
This pull request has been mentioned on MODX Community. There might be relevant details there: https://community.modx.com/t/3-1-0-issue-with-ace-editor-fullscreen/8267/2 |
The z-index is too high and prevents extras like ace/tinymce/commerce modal and so on being on top.
8f64a38 to
8c987bd
Compare
|
@travisbotello I think it should be |
|
@jenswittmann @travisbotello there is also some additional z-index specificity needed in a few other areas, too. The z-index: 5 is part of it (see #16711). I'll submit a PR for that. |

What does it do?
The z-index is too high and prevents extras like ace/tinymce/commerce modal and so on being on top.
Why is it needed?
See #16684.
How to test
Replace
manager/templates/default/css/index.csswith this demo file.