From 3ae414a7cff66f18f1c3fd03ef1f515155c79dac Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 18 Jan 2026 17:32:56 -0600 Subject: add scroll to main --- theme/static/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 2949c91..d917c4d 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -56,6 +56,7 @@ img { main { flex: 1; + overflow-x: scroll; overflow-y: auto; margin: 10px 0; scrollbar-width: thin; -- cgit v1.2.3