fix positioning on metacode selector
This commit is contained in:
parent
dbd69d11be
commit
f14970a77d
1 changed files with 3 additions and 2 deletions
|
@ -531,10 +531,11 @@ cursor: pointer;
|
|||
display:none;
|
||||
width:auto;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
background: #EAEAEA;
|
||||
left: 300px;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
left: 300px;
|
||||
top: -1px;
|
||||
}
|
||||
.CardOnGraph .metacodeSelect ul {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue