From 32acde500eedb04c911080a47cbdb792cc614611 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sun, 28 Feb 2021 20:20:16 +0100 Subject: [PATCH] fix: hide scrollbars in zenMode (#3144) --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 0e7353a2..2665eafa 100644 --- a/public/index.html +++ b/public/index.html @@ -116,6 +116,7 @@ user-select: none; width: 100vw; height: 100vh; + overflow: hidden; } .visually-hidden {