Fix the z-index of the tooltip above sidepanel
This commit is contained in:
parent
a79e165de1
commit
0c4495e356
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ input:invalid {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 1004;
|
z-index: 1011;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue