mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
forgot to tag code with issue number
This commit is contained in:
parent
cf6d22c5e0
commit
fb25827672
@ -638,6 +638,10 @@ var onKeyPressed = function(ev) {
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/190
|
||||
// May need to dynamically adjust the height of the overlay + new position
|
||||
// of highlighted elements.
|
||||
|
||||
var onScrolled = function(ev) {
|
||||
var newHeight = this.scrollY + this.innerHeight;
|
||||
if ( newHeight > svgHeight ) {
|
||||
|
Loading…
Reference in New Issue
Block a user