From c98194cefbc9265af460000403744653867a8a50 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 14 Feb 2022 03:15:43 +0100 Subject: [PATCH] Remove extra scrollbar, see #654 --- index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/index.css b/index.css index ae59d013ca..7a87c449d9 100644 --- a/index.css +++ b/index.css @@ -497,7 +497,6 @@ li::marker { max-width: calc(100vw - 5em); width: 40em; max-height: calc(100vh - 15em); - overflow-y: auto; background-color: var(--background-color); color: var(--foreground-color); }