diff --git a/lib/shared/Popup.js b/lib/shared/Popup.js index 6992aa41..d0881011 100644 --- a/lib/shared/Popup.js +++ b/lib/shared/Popup.js @@ -118,6 +118,8 @@ class Popup { */ hide() { this.hidden = true; + this.frame.style.left = "0"; + this.frame.style.top = "0"; this.frame.style.visibility = "hidden"; }