mirror of https://github.com/gorhill/uBlock.git
fix fullsize popup regression (https://github.com/gorhill/uBlock/issues/2153#issuecomment-271095067)
This commit is contained in:
parent
4e747fd39e
commit
2691ac95b4
|
@ -522,7 +522,9 @@ var renderOnce = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( document.body.classList.contains('fullsize') === false ) {
|
||||
lpane.style.setProperty('height', rpane.offsetHeight + 'px');
|
||||
}
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue