From 9dba141365d43d52fbf3f41bd689f6b16766491f Mon Sep 17 00:00:00 2001 From: sleewok Date: Thu, 18 Apr 2019 10:43:21 -0400 Subject: [PATCH] Update _ui-select.scss The current value blocks the user interface for adding fields, etc in Drupal Views. Setting z-index: 99 does not block it. --- scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss b/scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss index 2ab11ad6..71520793 100644 --- a/scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss +++ b/scss/bootstrap/overrides/crm/outside-namespace/_ui-select.scss @@ -9,5 +9,5 @@ } .ui-widget-overlay.ui-front { - z-index: 2000; + z-index: 99; }