My issue is due I need to set it on top right , so clicking the button, the widget is deployed to up then, I cannot see nothing because is out of the page, Is there any way to make it deployed down?
Thanks!
Hi Carlos,
Thank you for reaching out to Atlassian Community!
It's possible to set the widget to slide down instead of up. Please, add the snippet below:
<style>
iframe[name='JSD widget'] {
display: block;
right: 0;
top: 10px;
}
</style>
Hope it helps!
Regards,
Angélica
thanks Angelica it worked pretty well, I have one more issue, this time I'd like to embed JSD widget in a page out from índex.html. So far JSD Widget is working into <head> tag from índex.html page, however how can I do for make it workable in a page out from there? thanks.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.