diff options
Diffstat (limited to 'ext/fg/js')
| -rw-r--r-- | ext/fg/js/document.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/fg/js/document.js b/ext/fg/js/document.js index 17cca613..26c85b40 100644 --- a/ext/fg/js/document.js +++ b/ext/fg/js/document.js @@ -46,6 +46,7 @@ function docImposterCreate(element) {      imposter.style.position = 'absolute';      imposter.style.top = `${offset.top}px`;      imposter.style.left = `${offset.left}px`; +    imposter.style.opacity = 0;      imposter.style.zIndex = 2147483646;      if (element.nodeName === 'TEXTAREA' && styleProps.overflow === 'visible') {          imposter.style.overflow = 'auto'; |