[Common] tooltip appeared under toolbar tabs
This commit is contained in:
parent
a774753614
commit
6977ca9cbf
|
@ -242,13 +242,13 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1041;
|
z-index: 101;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
&.cover {
|
&.cover {
|
||||||
ul {
|
ul {
|
||||||
z-index: 1042;
|
z-index: 102;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue