mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:47:58 +01:00
limit the visual bell to the web page content area
This commit is contained in:
@@ -288,7 +288,7 @@ const vimperator = (function() //{{{
|
|||||||
|
|
||||||
// flash the visual bell
|
// flash the visual bell
|
||||||
var popup = document.getElementById("vimperator-visualbell");
|
var popup = document.getElementById("vimperator-visualbell");
|
||||||
var win = document.getElementById("main-window");
|
var win = getBrowser().mPanelContainer;
|
||||||
var box = document.getBoxObjectFor(win);
|
var box = document.getBoxObjectFor(win);
|
||||||
|
|
||||||
popup.height = box.height;
|
popup.height = box.height;
|
||||||
|
|||||||
Reference in New Issue
Block a user