From eb4d3dc5b405fda29ccde917902483a76835894c Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 19 Aug 2023 21:55:09 -0700 Subject: [PATCH] css: fix scrollbars on windows --- quartz/styles/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index b5e6b2732..1bbefe9c7 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -444,7 +444,7 @@ video { ul.overflow, ol.overflow { height: 300px; - overflow-y: scroll; + overflow-y: auto; // clearfix content: "";