From de20387b5a430326e888ef1c41699953a23c49c8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 8 Aug 2025 13:45:30 -0500 Subject: [PATCH] Fix useless scrollbar on related posts When all related posts fit on the same screen, there was a useless scrollbar. I never noticed this because Firefox incorrectly hides the scrollbar automatically. The issue is visible on Chromium. --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index ba25153..ac820f8 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -919,7 +919,7 @@ aside.quote { display: flex; flex-direction: row; gap: 20px; - overflow-x: scroll; + overflow-x: auto; } /* }}} */