How to stop the automatic popup of the "Edit Flashcard" dialog box in a Rem

Is there way to stop the automatic popup of the “Edit Flashcard” dialog box when my cursor is on any Rem. It makes it hard to edit the rems, particularly the words near to the arrow symbol.
Regards.

I use Custom CSS to hide this pop-up

.overflow-x-auto  {
    display: none;
}