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;
|
||||
font-size: 0.8em;
|
||||
border-radius: 2px;
|
||||
z-index: 1004;
|
||||
z-index: 1011;
|
||||
font-weight: normal;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue