[DE] z-index correction

This commit is contained in:
Maxim Kadushkin 2018-04-24 16:15:26 +03:00
parent aa7e09b311
commit a9eb64fa3a
3 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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;
} }
} }
} }

View file

@ -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 {