Found a nice way to disable scrollbars.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 29 Jun 2016 21:26:26 +0000 (23:26 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 29 Jun 2016 21:26:26 +0000 (23:26 +0200)
README.md

index 126946f..42beb57 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,7 +78,9 @@ project directory.
   - [ ] read it later queue
   - [ ] show scroll indicator in statusbar as top, x%, bttom or all
         how can we get this information from webview easily?
-  - [ ] find a way to disable the scrollbars on the main frame
+  - [x] find a way to disable the scrollbars on the main frame
+        Can be achieved by `document.documentElement.style.overflow =
+        'hidden';` in _scripts.js_
   - [ ] page marks - maybe we change make them global (shared between
         instances and to work also if the page was reloaded or changed like
         the marks in vim)