From 40547e81bcb1eeaab1cf18f7ef1e040b8f790563 Mon Sep 17 00:00:00 2001 From: Arlen22 Date: Thu, 26 Sep 2019 21:05:03 -0400 Subject: [PATCH] Update tiddlyChromeFoxer.js --- src/tiddlyChromeFoxer.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tiddlyChromeFoxer.js b/src/tiddlyChromeFoxer.js index 6c4b438..aadaea7 100644 --- a/src/tiddlyChromeFoxer.js +++ b/src/tiddlyChromeFoxer.js @@ -8,9 +8,10 @@ Child: save-file-tiddly-chrome-file-saver chrome.runtime.getURL('emergencySaver.js') */ (function(){ - -//TiddlyFox inject.js https://github.com/TiddlyWiki/TiddlyFox/blob/1.0alpha18/content/inject.js - //var window = window; + document.body.style.overflow = 'auto'; + document.getElementsByTagName("html")[0].style.overflow = "auto"; + //TiddlyFox inject.js https://github.com/TiddlyWiki/TiddlyFox/blob/1.0alpha18/content/inject.js + //var window = window; var injectedSaveFile = function(path,content) { return saver(content, "save", function(){ (displayMessage || alert)(config.messages.mainSaved || "File saved");