diff options
| author | Christian Cleberg <[email protected]> | 2026-01-18 17:32:56 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-18 17:32:56 -0600 |
| commit | 3ae414a7cff66f18f1c3fd03ef1f515155c79dac (patch) | |
| tree | 37fc3d735a443926b3b1f5e16a62ba575aaaaf2b /theme | |
| parent | fc76b64140817022f6a1e1e0054f21babb6c46f3 (diff) | |
| download | cleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.tar.gz cleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.tar.bz2 cleberg.net-3ae414a7cff66f18f1c3fd03ef1f515155c79dac.zip | |
add scroll to main
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 1 |
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; |
