Closed thewayiam closed 8 years ago
You use the 'options' mode, and you can't move to middle with click ?
Yes, because this three line overwrite the above default size left property at this line, so the candlestick-nc is out of this box while in default options mode. could fix it by replace origin one:
.candlestick-wrapper .candlestick-bg .candlestick-nc {
left: 100px;
}
with:
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-nc {
left: 100px;
}
which I think is just a typo.
Thanks for contributions
Might couse of this line, if I change it to:
could fixed this, I would like to send a PR if this is acceptable to you.