[DE] z-index correction
This commit is contained in:
parent
aa7e09b311
commit
a9eb64fa3a
|
@ -1,6 +1,6 @@
|
||||||
.synch-tip-root {
|
.synch-tip-root {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: @zindex-tooltip + 5;
|
z-index: @zindex-navbar + 2;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
||||||
.tip-arrow {
|
.tip-arrow {
|
||||||
|
|
|
@ -242,13 +242,13 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 102;
|
z-index: @zindex-navbar + 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
&.cover {
|
&.cover {
|
||||||
ul {
|
ul {
|
||||||
z-index: 102;
|
z-index: @zindex-navbar + 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,11 +30,11 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 32px;
|
top: 32px;
|
||||||
left: 48px;
|
left: 48px;
|
||||||
right: 45px;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
z-index: @zindex-tooltip + 1;
|
/* z-index: @zindex-tooltip + 1; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-group-mask {
|
.toolbar-group-mask {
|
||||||
|
|
Loading…
Reference in a new issue