iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit 025f53b6a85c47d60754a0f91573e8ee20fa9f46
parent 5693e225e17e91a4dfc0dc20f7b0f5f752d3564e
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat,  2 May 2026 16:16:45 +0000

CSS overflow is improved
Diffstat:
Msrc/cgi.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cgi.scm b/src/cgi.scm @@ -27,8 +27,8 @@ (define css-style #<<END-OF-CSS h1 { text-align: center; } -pre { overflow: scroll; } -.form-body { overflow: scroll; } +pre { overflow: auto; } +.form-body { overflow: auto; } .bad-post { background: #fcc; } .marked-post { background: #ccf; } .locked-post { background: #cff; }