civicrm / org.civicrm.shoreditch

Other
44 stars 59 forks source link

<div ui-widget-overlay ui-front> blocking Views Dialogs #371

Open sleewok opened 5 years ago

sleewok commented 5 years ago

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.

sleewok commented 5 years ago

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.

sleewok commented 5 years ago

I created a pull request: https://github.com/civicrm/org.civicrm.shoreditch/pull/389