aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-18 17:32:56 -0600
committerChristian Cleberg <[email protected]>2026-01-18 17:32:56 -0600
commit3ae414a7cff66f18f1c3fd03ef1f515155c79dac (patch)
tree37fc3d735a443926b3b1f5e16a62ba575aaaaf2b /theme/static/styles.css
parentfc76b64140817022f6a1e1e0054f21babb6c46f3 (diff)
downloadcleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.tar.gz
cleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.tar.bz2
cleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.zip
add scroll to main
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css1
1 files changed, 1 insertions, 0 deletions
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;