From fcedbe1fea08239650db9c151cac5022bbaa3782 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 29 Jun 2016 23:26:26 +0200
Subject: [PATCH] Found a nice way to disable scrollbars.

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 126946f..42beb57 100644
--- 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)
-- 
2.20.1