cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

3ae414a7cff66f18f1c3fd03ef1f515155c79dac

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-01-18T23:32:56Z

add scroll to main
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

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;