We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can someone verify that when using views the pop-up for editing is blocked by <div class="ui-widget-overlay ui-front"></div>
<div class="ui-widget-overlay ui-front"></div>
For example, just go to add a field and it completely blocks the entire user interface.
The text was updated successfully, but these errors were encountered:
https://github.com/civicrm/org.civicrm.shoreditch/blob/c6e0e08120fc834aaede568f21084f90049213d2/scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss
This is where it is being blocked. Is there any reason to not remove this?
Setting z-index: 99; works just fine and does not block the UI.
Sorry, something went wrong.
I created a pull request: #389
No branches or pull requests
Can someone verify that when using views the pop-up for editing is blocked by
<div class="ui-widget-overlay ui-front"></div>
For example, just go to add a field and it completely blocks the entire user interface.
The text was updated successfully, but these errors were encountered: