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-08-17 09:47:16 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-08-17 09:47:16 +0300
commit1222eef24c97ee30a261ae37a8be38e3d905f38e (patch)
treedb38b474dc56afc9d1b99ab2bd52384151fce7a4 /sass
parent87c3aac374099508d136e29f206693bea50e048b (diff)
..F....... [ZBX-19688] fixed mispositioning of the "Add a new widget" placeholder when reordering dashboard pages
Diffstat (limited to 'sass')
-rwxr-xr-xsass/stylesheets/sass/components/_dashboard.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/components/_dashboard.scss b/sass/stylesheets/sass/components/_dashboard.scss
index 45c28e93c54..359aacf83f8 100755
--- a/sass/stylesheets/sass/components/_dashboard.scss
+++ b/sass/stylesheets/sass/components/_dashboard.scss
@@ -225,7 +225,7 @@
}
.dashboard-grid-widget-blocker {
- position: relative;
+ position: absolute;
width: 100%;
height: 100%;
z-index: 998; // Below the new widget placeholder.