Fix Bug 36120.
This commit is contained in:
parent
0f7ac75b7a
commit
304e08e23c
|
@ -1,13 +1,9 @@
|
|||
|
||||
@tabs-bg-color: #4f6279;
|
||||
|
||||
#toolbar {
|
||||
//z-index: 101;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
&:not(.cover) {
|
||||
z-index: 101;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
&.masked {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.toolbar {
|
||||
&:not(.cover) {
|
||||
z-index: 101;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
&.masked {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.toolbar {
|
||||
&:not(.cover) {
|
||||
z-index: 510;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
&.masked {
|
||||
|
|
Loading…
Reference in a new issue