-
Notifications
You must be signed in to change notification settings - Fork 759
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
dashboard widget modal: wrong z-index, needs to be in foreground #180
Comments
|
Hi - sorry. stupid question but I saw this bug and wondered if there was an easy way to find the patch here at github ? I can't seem to see it as there doesn't appear to be a link to it and I would like to apply it. (I haven't downloaded the code to see a diff) |
|
@reetp no fix in the repo yet, I confirmed this locally in the developer console of the browser, but @jschellevis is the better person to fix this, or @AdSchellevis can help? |
|
Thanks ! Was going to try and patch and see if worked - I have the same issue myself. |
|
@reetp there's a tutorial here on how to plug the latest core.git changes into your live system http://lastsummer.de/development-workflow-in-opnsense/ |
|
Col - thanks. I'll give it a go. Not sure how much use I'll be as I am new to BSD and howlingly bad at CSS :-) |
|
@reetp no worries. it would also help if users us this to verify fixes are working before they are shipped with a release. keep it up :) |
|
LOL - I get that - I work on SME Server (www.contribs.org) and know the bug / verification process pretty well :-) Happy to help where I can...... Still testing to see if it works for me - critical bits are to do with VPNs to my SME boxes. Currently just feeling my way round. If you push a fix for this one I'll try and verify. |
|
Had a quick look at this.... .modal has a z-index of 1050 so guess it has to be higher than this. 1040 kind of works (needs to be higher than 1039 minimum as far as I can see) so I put it at 10000 and that seems fine :-) Something like this (beware - I told you my CSS sucks !) : root@OPNsense:~ # diff -ruN main.css.old main.css
.modal-content { FYI : cat -n main.css | grep z-index |
|
Thanks! It's fixed in 8c43a73 |
via https://twitter.com/dam09fr/status/598969238498451458
The text was updated successfully, but these errors were encountered: