You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to start Chardin on body or on the first bootstrap col-xx-y container of my document, but whenever I try to do something like
$('.some-div').chardinJs('start');
it seems Chardin actually appends the instructions to the page but with no style and no position at all. Basically the instruction block is put all the way to the right of the page and a horizontal scrolling bar appears. The same instruction block is displayed correctly only if I call chardinJs('start') on a higher level container such as body.
Are there any restrictions regarding the containers that can be used in the Chardin selector?
I am able to start Chardin on
body
or on the first bootstrapcol-xx-y
container of my document, but whenever I try to do something likeit seems Chardin actually appends the instructions to the page but with no style and no position at all. Basically the instruction block is put all the way to the right of the page and a horizontal scrolling bar appears. The same instruction block is displayed correctly only if I call
chardinJs('start')
on a higher level container such asbody
.Are there any restrictions regarding the containers that can be used in the Chardin selector?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: