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