Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-20 13:49:37 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-20 13:49:37 +0300
commit777fc4da9d2b965a61c77675f630fb199c6b7a31 (patch)
treee6e2ed1e22a8ae3af471ba0c627f3fdc12e73df7 /sass
parentaac03395d23d5c41044e5c2ce427f91261246c77 (diff)
..F....... [ZBXNEXT-6309] improved popup menu experience, resolved widget and placeholder interaction conflict
Diffstat (limited to 'sass')
-rwxr-xr-xsass/stylesheets/sass/components/_dashboard.scss7
-rw-r--r--sass/stylesheets/sass/screen.scss9
2 files changed, 16 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/components/_dashboard.scss b/sass/stylesheets/sass/components/_dashboard.scss
index 7b0401d86c1..ad650ad8170 100755
--- a/sass/stylesheets/sass/components/_dashboard.scss
+++ b/sass/stylesheets/sass/components/_dashboard.scss
@@ -197,6 +197,13 @@
}
}
+.dashbrd-grid-widget-blocker {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ z-index: 998; // Below the new widget placeholder.
+}
+
.dashbrd-grid-new-widget-placeholder {
box-sizing: border-box;
display: flex;
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 1bbdf3af950..7c41f2b473e 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -2888,6 +2888,15 @@ $form-icon-btn: (
}
// Action Menus, Pop-up Menus.
+.menu-popup-overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1001;
+}
+
.menu-popup {
position: absolute;
z-index: 1001;