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; display:none;
width:auto; width:auto;
z-index: 2; z-index: 2;
position: absolute;
background: #EAEAEA; background: #EAEAEA;
left: 300px;
white-space: nowrap; white-space: nowrap;
position: absolute;
left: 300px;
top: -1px;
} }
.CardOnGraph .metacodeSelect ul { .CardOnGraph .metacodeSelect ul {
position: relative; position: relative;