robindijkhof / overleaf-textarea

This plugin displays your tex source in a textarea so plugins like grammarly can check it.
GNU General Public License v3.0
513 stars 31 forks source link

Editor page behind pdf viewer #72

Closed PCLVO closed 2 years ago

PCLVO commented 2 years ago

The editor appears behind the pdf viewer. To solve execute the following code in the console:

$("#spellcheck")[0].style["z-index"] = "1";

To open the console: CTRL+SHIFT+J -> Console Tab. Paste there or create a browser bookmarklet with the javascript code in the URL field. See: https://www.freecodecamp.org/news/what-are-bookmarklets/

javascript: $("#spellcheck")[0].style["z-index"] = "1";

abdelix commented 2 years ago

I encountered the same problem and I applied another workaround. I changed the class of the pdf pane from the developer tools to add the hidden class: imagen

robindijkhof commented 2 years ago

WIll be fixed in tonight's release