From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 29 Jun 2016 21:26:26 +0000 (+0200)
Subject: Found a nice way to disable scrollbars.
X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=fcedbe1fea08239650db9c151cac5022bbaa3782;p=vimb.git

Found a nice way to disable scrollbars.
---

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)