From 8cad80c046158fd8d55e81642ddfa145df5a3efe Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 1 May 2020 11:53:21 +0300 Subject: [PATCH] Add a workaround for occasionally manifesting inability to scroll the page --- chrome/autohide_toolbox.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 58d8ecc..c4f27ee 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -28,9 +28,10 @@ transform-origin: top; line-height: 0; z-index: 1; + pointer-events: none; } -#navigator-toolbox > *{ line-height: normal } +#navigator-toolbox > *{ line-height: normal; pointer-events: auto } #navigator-toolbox, #navigator-toolbox > *{