fixes: U4-10413 Composition/Reorder bar gets in the way when editing or adding a property

This commit is contained in:
Mads Rasmussen
2017-09-14 11:04:34 +02:00
parent 9355a81716
commit 9c2b0a3ef6
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ function processLess(files, out) {
var processors = [
autoprefixer,
cssnano
cssnano({zindex: false}),
];
return gulp.src(files)

View File

@@ -2,7 +2,7 @@
position: fixed;
overflow: hidden;
background: @white;
z-index: 996660;
z-index: 7500;
animation: fadeIn 0.2s;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

View File

@@ -6,7 +6,7 @@
left: 0;
width: 100%;
height: 100%;
z-index: 999;
z-index: 5000;
display: flex;
align-items: center;
justify-content: center;