Problem Widget Refme on OJS 2.4.8.1

I was put code below on plugins/blocks/readingTools/block.tpl

        {if $journalRt->getCaptureCite()}
                <div class="articleToolItem">
                <div id="refme-auto-cite"></div>
<script async src="https://widget.refme.com/scripts/refme-cite.js"></script>
                </div>
        {/if}

widget showing but showing on the left and can’t use.
ex. https://jurnal.ugm.ac.id/jkn/article/view/11986

how can I fix this?

Hi @andrewdion04,

This looks like a problem with the CSS z-index. I’d suggest specifying a more priminent z-index in a custom CSS snippet (or embedded in your markup).

Regards,
Alec Smecher
Public Knowledge Project Team

Thanks for your suggestion, I’ll try to find out…