[Common] tooltip appeared under toolbar tabs

This commit is contained in:
Maxim Kadushkin 2018-04-23 14:32:28 +03:00
parent a774753614
commit 6977ca9cbf

View file

@ -242,13 +242,13 @@
position: absolute;
bottom: 0;
width: 100%;
z-index: 1041;
z-index: 101;
}
.toolbar {
&.cover {
ul {
z-index: 1042;
z-index: 102;
}
}
}