From 4b0de84b00d65407f9467dd1c3d8c36986a49879 Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 2 Jul 2021 20:10:04 +0100 Subject: [PATCH] [SiteGen] Always show scrollbar in container --- src/siteGen/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siteGen/template.html b/src/siteGen/template.html index cc965f1..f659e0d 100644 --- a/src/siteGen/template.html +++ b/src/siteGen/template.html @@ -93,7 +93,7 @@ width: calc(100vw - 185px); max-height: 100vh; - overflow-y: auto; + overflow-y: scroll; display: inline-flex; flex-flow: row wrap;