fix positioning on metacode selector

This commit is contained in:
Devin Howard 2017-01-25 17:06:15 -05:00
parent dbd69d11be
commit f14970a77d

View file

@ -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;