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
Looks like this is caused by wrong calculation of the window height, so the extension thinks the popup is opened outside of the browser view and tries to move it to compensate.
The extension is currently using document.documentElement.clientHeight to get the window height. I think this can be replaced by window.innerHeight to fix the issue.
Hi,
Thanks for the great extension.
On https://rutor.info, when highlighting and clicking, the menu is constantly displayed at the top.
The gif shows clearly https://file.coffee/u/7pGGFiUAfOjhuO02Cm5nW.gif
This only happens on Firefox
The text was updated successfully, but these errors were encountered: